@charset "utf-8"; /* Star 共享区 */
@font-face {
    font-family: 'Impact';
    src: url('/fonts/Impact.eot');
    src: url('/fonts/Impact.eot?#iefix') format('embedded-opentype'), url('/fonts/Impact.woff') format('woff'), url('/fonts/Impact.ttf') format('truetype'), url('/fonts/Impact.svg#SingleMaltaRegular') format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.65rem;
    font-family: Microsoft YaHei, arial, tahoma, Hiragino Sans GB, sans-serif,'Noto Sans Myanmar';
    color: #111;
    position: relative;
    z-index: 10;
    word-wrap: break-word;
    white-space: normal;
}

.maxWidth {
    width: 100%;
    max-width: 100%;
}

.pcShow, .noShow {
    display: none !important;
}

.bodyBj {
    background: url(/template/images/bodyBj.jpg);
    background-size: 6rem auto;
}

/* 阴影 */
.shadow_1 {
    -moz-box-shadow: 1px 3px 8px #888;
    -webkit-box-shadow: 1px 3px 8px #888;
    box-shadow: 1px 3px 8px #888;
}

.shadow2 {
    -moz-box-shadow: 1px 0px 10px #666;
    -webkit-box-shadow: 1px 0px 10px #666;
    box-shadow: 1px 0px 10px #666;
}

.shadow3 {
    -moz-box-shadow: 1px 3px 5px #ddd;
    -webkit-box-shadow: 1px 3px 5px #ddd;
    box-shadow: 1px 2px 3px #ddd;
}

.shadow4 {
    -moz-box-shadow: 1px 14px 12px #0e4b61;
    -webkit-box-shadow: 1px 14px 12px #0e4b61;
    box-shadow: 1px 14px 12px #0e4b61;
}

.shadow5 {
    -moz-box-shadow: 1px 1px 3px #aaa;
    -webkit-box-shadow: 1px 1px 3px #aaa;
    box-shadow: 1px 1px 3px #aaa;
}

/*文字描边*/
.shadow_font {
    text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}

/*文字阴影*/
.shadowTxt {
    text-shadow: 1px 1px 2px #555;
}

/*文字渐变*/
.jianBian {
    color: #d20101;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(#a70303));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

td {
    word-wrap: break-word;
    white-space: normal;
}

a {
    text-decoration: none;
    color: #333;
}

input, textarea {
    font-family: "Microsoft YaHei","Noto Sans Myanmar";
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.show_db {
    display: block;
}

.noInfor {
    line-height: 200%;
    text-align: center;
}

/*渐变背景*/
.grad {
    background: #f1f1f1;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #fdfdfd, #f1f1f1);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #fdfdfd, #f1f1f1);
    /* Standard syntax */
}

ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

/*Star 单行省略*/
.shenglve {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Star 多行省略*/
.sl_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* 行数 */
    -webkit-box-orient: vertical;
}

/*===== 页码 =====*/
.pageNumber {
    font-size: 0.7rem;
    padding-top: 0.8rem;
    text-align: center;
}

.pageNumber a, .pageNumber span {
    color: #333;
    padding: 0.25rem 0.5rem;
    display: inline-block;
    border-radius: 0.3rem;
}

.pageNumber span {
    border: 0.05rem solid #ddd;
}

.pageNumber a {
    border: 0.05rem solid #ccc;
    display: inline-block;
}

.pageNumber span.current_page,.pageNumber a:hover {
    border-radius: 0.3rem;
    border: 0.05rem solid #c70c17;
    display: inline-block;
    color: #fff;
    background: #c70c17;
    padding: 0.25rem 0.5rem;
    font-weight: bold;
}

/* 搜索框 */
.search input {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}

.search input[type="text"] {
    width: 100%;
    max-width: 86%;
    float: left;
    line-height: 1.8rem;
    height: 1.8rem;
    border: 0;
    color: #888888;
    padding: 0;
    margin: 0;
    font-size: 0.7rem;
    background: none;
    text-indent: 0.5rem;
}

.search input[type="text"]::-webkit-input-placeholder {
    color: #bbb;
}

.search input[type="text"]:-moz-placeholder {
    color: #bbb;
}

.search input[type="text"]::-moz-placeholder {
    color: #bbb;
}

.search input[type="text"]:-ms-input-placeholder {
    color: #bbb;
}

.search input[type="button"] {
    width: 100%;
    max-width: 13%;
    float: right;
    height: 1.8rem;
    cursor: pointer;
    color: #FFFFFF;
    border: 0;
    background: url(/template/images/wap_s_02.png) no-repeat center left;
    background-size: auto 1.1rem;
    background-position-x: 0.35rem;
    line-height: 1.8rem;
    border-radius: 0.3rem;
    padding-top: 0.05rem;
    font-size: 0.75rem;
    vertical-align: middle;
}

.in_banner {
    min-height: 13rem;
    margin-bottom: 0.2rem;
    /*	-moz-box-shadow:1px 1px 5px #ccc; -webkit-box-shadow:1px 1px 5px #ccc; box-shadow:1px 1px 5px #ccc;
*/
}

.wapBanner_about {
    background: url("/template/images/wapBanner_about.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_fbSure {
    background: url("/template/images/wapBanner_fbSure.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_down {
    background: url("/template/images/wapBanner_down.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_case {
    background: url("/template/images/wapBanner_case.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_contact {
    background: url("/template/images/wapBanner_contact.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_services {
    background: url("/template/images/wapBanner_services.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_sitemap {
    background: url("/template/images/wapBanner_sitemap.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro1 {
    background: url("/template/images/wapBanner_pro1.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro2 {
    background: url("/template/images/wapBanner_pro2.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro3 {
    background: url("/template/images/wapBanner_pro3.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro {
    background: url("/template/images/wapbanner_pro.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_new {
    background: url("/template/images/wapBanner_new.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_fangAn {
    background: url("/template/images/wapBanner_fangAn.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_oem {
    background: url("/template/images/wapBanner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_dingzhi {
    background: url("/template/images/wapBanner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

/*-- 回到顶部 --*/
.floating_ck {
    position: fixed;
    bottom: 3.8rem;
    right: 0;
    width: 3rem;
    height: 3.5rem;
    background: url(/template/images/wap_goTop.png) no-repeat center;
    background-size: auto 100%;
    z-index: 1000;
}

.floating_ck .return {
}

.floating_ck .return span {
    display: block;
    width: 3rem;
    height: 3.5rem;
    text-indent: -99999px;
}

/* End  共享区 */
.page_bj {
    background: url("/template/images/index.jpg") no-repeat center top;
    min-height: 2556px;
}

.in_banner {
    display: none;
}

.in_bj {
    background: url("/template/images/in_bj.jpg") no-repeat center top;
    background-position-y: 700px;
}

.banner_about {
    background: url("/template/images/banner_about.jpg") no-repeat center bottom;
}

.banner_fbSure {
    background: url("/template/images/banner_fbSure.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_down {
    background: url("/template/images/banner_down.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_case {
    background: url("/template/images/banner_case.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_contact {
    background: url("/template/images/banner_contact.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_services {
    background: url("/template/images/banner_services.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_sitemap {
    background: url("/template/images/banner_sitemap.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro1 {
    background: url("/template/images/banner_pro1.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro2 {
    background: url("/template/images/banner_pro2.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro3 {
    background: url("/template/images/banner_pro3.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro {
    background: url("/template/images/banner_pro.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_new {
    background: url("/template/images/banner_new.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_fangAn {
    background: url("/template/images/banner_fangAn.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_oem {
    background: url("/template/images/banner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_zhaoShang {
    background: url("/template/images/banner_zhaoShang.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_dingzhi {
    background: url("/template/images/banner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.tb {
    display: table;
    width: 100%;
}

.tb .row {
    display: table-row;
}

.tb .td {
    display: table-cell;
}

.share_line_2 {
    background: url(/template/images/line_1.png) no-repeat;
    -ms-background-position-x: center;
    background-position-x: center;
    height: 6px;
}

.x0 {
    background: url(/template/images/x0.png) no-repeat center right;
}

.x1 {
    background: url(/template/images/x1.png) no-repeat center right;
}

.x2 {
    background: url(/template/images/x2.png) no-repeat center right;
}

.x3 {
    background: url(/template/images/x3.png) no-repeat center right;
}

.x4 {
    background: url(/template/images/x4.png) no-repeat center right;
}

.x5 {
    background: url(/template/images/x5.png) no-repeat center right;
}

.foot {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.fb_2 .sub_left {
    float: left;
    width: 276px;
}

.fb_2 .sub_right {
    float: right;
    width: 276px;
}

.fb_2 input[type="text"], .fb_2 textarea {
    padding: 3px;
    border: 1px solid #339bfa;
}

.fb_2 textarea {
    width: 462px;
    min-height: 45px;
}

.fb_2 input[type="text"] {
    width: 268px;
}

.fb_2 .sub_one, .feedback_txt .sub_two {
    padding-bottom: 11px;
}

.feedback_txt input.Remark {
    width: 510px;
}

.feedback_txt .bt {
    line-height: 30px;
    border: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    width: 88px;
    height: 53px;
    text-align: center;
    background: #23a4fc;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #40b7ff , #1193f9);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #40b7ff, #1193f9);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #40b7ff, #1193f9);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #40b7ff , #1193f9);
    /* Standard syntax */
}

.feedback_txt input[type="submit"], .feedback_txt textarea {
    vertical-align: middle;
}

.hz_ico {
    padding-top: 45px;
    width: 866px;
    overflow: hidden;
}

.hz_ico ul.clear {
    background: url("/template/images/bj_9.png") no-repeat;
    min-height: 30px;
    width: 900px;
    padding-top: 110px;
}

.hz_ico li {
    float: left;
    width: 120px;
    text-align: center;
    margin-right: 29px;
}

.a_video {
    min-height: 248px;
    background: url(/template/images/video_bj.jpg) no-repeat center;
}

.a_video a.bt {
    display: block;
    min-height: 248px;
    background: url("/template/images/bt.png") no-repeat center;
    cursor: pointer;
}

.a_video a.bt:hover {
    background: url("/template/images/bt2.png") no-repeat center;
}

.hot_title {
    font-size: 28px;
    color: #006cb8;
    font-weight: bold;
}

.hot_list {
    padding-bottom: 25px;
}

.hot_list .dl_2 {
    padding-top: 30px;
    padding-bottom: 10px;
}

.hot_list dd.huo {
    background: url(/template/images/bot6.png) no-repeat;
    -ms-background-position-y: 7px;
    background-position-y: 7px;
    text-indent: 25px;
}

.hot_list dd.newName a {
    font-size: 23px;
    text-decoration: none;
    line-height: 140%;
}

.hot_list dd.newName a:hover {
    color: #f50;
}

.hot_list dd.txt {
    font-size: 17px;
    padding: 10px 0;
    color: #666;
}

.hot_list dd.bot {
    min-height: 25px;
    background: url(/images_pc/hot.png) no-repeat center right;
}

.noGet {
    background: url(/template/images/no_bj.jpg) no-repeat center bottom;
    padding-top: 50px;
    padding-bottom: 150px;
}

.noGet .center .row_1 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.noGet .center .row_2 {
    padding: 30px 0;
}

.noGet .center .row_2 .search2 {
    padding: 25px;
    background: #eee;
    display: inline-block;
}

.noGet .center .row_2 .search2 input {
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    font-size: 18px;
    border: 0;
    padding: 0;
    margin: 0;
}

.noGet .center .row_2 .search2 input[type="text"] {
    width: 860px;
    text-indent: 10px;
}

.noGet .center .row_2 .search2 input[type="button"] {
    width: 93px;
    color: #fff;
    background: #25bdad;
    cursor: pointer;
}

.noGet .center .row_3 {
    color: #6e6e6e;
    padding-bottom: 30px;
}

.noGet .center .row_3 .txt_1 {
    font-size: 16px;
}

.noGet .center .row_3 .txt_2 {
    font-size: 22px;
    padding: 10px 0;
}

.noGet .center .row_3 .txt_3 {
    font-size: 18px;
}

.noGet .center .row_4 {
    text-align: center;
}

.noGet .center .row_4 a {
    display: inline-block;
    padding: 8px 22px;
    color: #fff;
    font-size: 19px;
    background: #25bdad;
    cursor: pointer;
}

.siteMap {
    padding-top: 75px;
}

.siteMap .title {
    font-size: 28px;
    font-weight: bold;
    color: #041146;
    line-height: 180%;
    text-align: center;
    text-transform: uppercase;
}

.siteMap .s_title {
    font-size: 17px;
    text-align: center;
    color: #000;
}

.siteMap .one, .siteMap .two, .siteMap .three, .siteMap .four, .siteMap .five, .siteMap .six {
    padding: 35px 0;
    border-bottom: 1px solid #ccc;
}

.siteMap .one {
    padding-top: 35px;
}

.siteMap .ul_1 {
    width: 1150px;
}

.siteMap li.c_1 {
    float: left;
    margin-right: 115px;
}

.siteMap a {
    color: #000;
    line-height: 200%;
}

.siteMap .t_1 a {
    font-size: 23px;
    color: #000;
    padding-left: 13px;
    border-left: 5px solid #041146;
}

.siteMap .s_1 a {
    font-size: 20px;
    color: #000;
}

.siteMap .two .t_2 a {
    font-size: 20px;
    color: #041146;
}

.siteMap li.last {
    float: right;
    margin: 0;
}

.siteMap .t_3 li {
    padding-left: 2px;
}

.siteMap .t_3 a {
    background: url(/template/images/bot_7.png) no-repeat center left;
    padding-left: 10px;
    font-size: 15px;
    line-height: 180%;
}

.siteMap .two li.c_1 {
    margin-right: 43px;
    width: 340px;
}

/*瀑布流层*/
.waterfall {
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari 和 Chrome */
    column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}

/*一个内容层*/
.list_item {
    padding: 1em;
    margin: 0 0 1em 0;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

/*.item img{*/
/*width: 100%;*/
/*margin-bottom:10px;*/
/*}*/
/*down*/
.down {
    padding-top: 75px;
    padding-bottom: 150px;
    background: url(/template/images/bj_15.jpg) no-repeat center bottom;
}

.down .title {
    font-size: 28px;
    font-weight: bold;
    color: #041146;
    line-height: 180%;
    text-align: center;
    text-transform: uppercase;
}

.down .s_title {
    font-size: 17px;
    text-align: center;
    color: #000;
}

.down .two {
    padding: 35px 0;
}

.down .ul_1 {
    width: 1150px;
}

.down li.c_1 {
    float: left;
    margin-right: 115px;
}

.down a {
    color: #000;
    line-height: 200%;
}

.down .t_1 a {
    font-size: 23px;
    color: #000;
    padding-left: 13px;
    border-left: 5px solid #041146;
}

.down .two .t_2 a {
    font-size: 20px;
    color: #041146;
}

.down .t_3 li {
    padding-left: 2px;
}

.down .t_3 a {
    background: url(/template/images/bot_7.png) no-repeat center left;
    padding-left: 10px;
    font-size: 15px;
    line-height: 180%;
}

.down .two li.c_1 {
    margin-right: 43px;
    width: 340px;
}

.prev_next {
    padding-top: 0.5rem;
}

.prev_next a {
    width: 100%;
    max-width: 80%;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}

.prev_next .sub_left, .prev_next .sub_right {
    line-height: 40px;
    border-radius: 50px;
    font-size: 16px;
}

.prev_next li {
    display: block;
    margin-bottom: 0.3rem;
    color: #000;
    line-height: 2rem;
    min-height: 2rem;
    background: #eee;
    padding: 0 3%;
    border-radius: 0.2rem;
}

.prev_next img {
    vertical-align: middle;
}

.prev_next li a:hover {
    color: #0856b7;
}

.about_box {
    padding-bottom: 100px;
}

.about_box .ul_1 {
    width: 100%;
}

.about_box .ul_1 .left {
    width: 402px;
}

.about_box .ul_1 .right {
    width: 713px;
}

.about_box .ul_1 .right .huaCe {
    padding: 0;
}

.about_box .ul_1 .right .center {
    width: 100%;
}

.about_box .huaCe .one {
    padding: 0;
    display: inline-block;
    font-size: 25px;
    line-height: 35px;
    padding-right: 45px;
    background: url(/template/images/shou.png) no-repeat center right;
    background-size: 25px;
}

.about_box .huaCe .two {
    padding: 0;
    padding-top: 5px;
    padding-bottom: 14px;
}

.about_box .huaCe .two .hc_video {
    min-height: 308px;
}

.about_box .huaCe .three {
    font-size: 17px;
    line-height: 40px;
}

.new_2 .r_3 {
    padding: 0 20px;
    border: 1px solid #ccc;
    margin-top: 35px;
    padding-bottom: 20px;
}

.new_2 .r_3 .right {
    padding-left: 30px;
    width: 273px;
}

.about2 {
    padding-top: 111px;
    padding-bottom: 85px;
}

.about2 .center {
    background: url(/template/images/about2.jpg) no-repeat center left;
    min-height: 550px;
}

.about2 .center .inline_width.clear .left {
    width: 430px;
}

.about2 .center .inline_width.clear .right {
    width: 755px;
    font-size: 18px !important;
    color: #041146;
    line-height: 150% !important;
    padding-top: 75px;
}

.about2 .center .inline_width.clear .right .txt_1 p {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}

.about2 .center .inline_width.clear .right .txt_1 img {
    max-width: 100%;
}

.about2 .center .inline_width.clear .right .txt_2 a {
    color: #041146;
}

.f_emailBox {
    background: url(/template/images/bj_15.jpg) no-repeat center;
    background-size: cover;
    min-height: 129px;
    color: #fff;
}

.f_emailBox input, .f_emailBox img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 0;
}

.f_emailBox .center form .inline.clear {
    width: 100%;
    padding-top: 43px;
}

.f_emailBox .center form .inline.clear .l_1 {
    min-height: 46px;
    font-size: 22px;
    padding-left: 80px;
    background: url(/template/images/6_01.png) no-repeat center left;
    line-height: 46px;
    min-width: 360px;
    text-transform: uppercase;
}

.f_emailBox .center form .inline.clear .l_2, .f_emailBox .center form .inline.clear .l_3 {
    padding-top: 5px;
}

.f_emailBox .center form .inline.clear input[type="text"] {
    width: 363px;
    line-height: 29px;
    height: 29px;
    background: #fff;
    padding: 5px;
}

.f_emailBox .center form .inline.clear .l_3 {
    cursor: pointer;
}

.f_emailBox .center form .inline.clear .right img {
    display: inline-block;
}

.f_emailBox .center form .inline.clear .right .bt_2 {
    color: #fff;
    height: 40px;
    min-width: 92px;
    text-align: center;
    background: #20242b;
    cursor: pointer;
}

.contact .r_1 {
    font-size: 22px;
    color: #444;
    line-height: 130%;
    padding: 80px 0;
}

.contact .r_1 .center .s_1 {
    padding-bottom: 60px;
    line-height: 150%;
}

.contact .r_1 .center .s_2 {
    padding-bottom: 30px;
}

.contact .r_1 .center .s_2 a {
    display: block;
    color: #339bfa;
    font-size: 19px;
    text-transform: uppercase;
    padding-left: 48px;
    background: url(/template/images/email.png) no-repeat center left;
    line-height: 25px;
}

.contact .r_1 .center .s_3 {
    font-size: 21px;
}

.contact .r_1 .center .s_3 a {
    color: #339bfa;
    font-weight: bold;
}

.Team {
    padding: 80px 0;
}

.Team .content {
    padding-top: 50px;
}

.Team .content li {
    float: left;
    width: 590px;
    margin-right: 20px;
    line-height: 160%;
    padding: 15px 0;
}

.Team .content li:nth-child(2), .Team .content li:nth-child(4), .Team .content li:nth-child(6), .Team .content li:nth-child(8), .Team .content li:nth-child(10), .Team .content li:nth-child(12), .Team .content li:nth-child(14), .Team .content li:nth-child(16) {
    margin-right: 0;
}

.Team .content li img {
    width: 36px;
    height: 25px;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.Team .content li a {
    display: block;
    font-size: 18px;
}

.Team .content li a:hover {
    color: #339bfa;
}

.Team .content li a .sub_left {
    width: 285px;
}

.Team .content li a .sub_left .txt_1 {
    font-weight: bold;
    line-height: 25px;
}

.Team .content li a .sub_right {
    width: 300px;
    padding-left: 5px;
}

.contact .r_3 {
    padding-top: 50px;
    padding-bottom: 90px;
}

.contact .r_3 .center .inline_width.clear li {
    float: left;
    width: 350px;
    margin-right: 74px;
    text-align: center;
}

.contact .r_3 .center .inline_width.clear li:nth-child(3) {
    margin-right: 0;
}

.contact .r_3 .center .inline_width.clear li .s_1 {
    min-height: 53px;
    padding-bottom: 25px;
}

.contact .r_3 .center .inline_width.clear li .s_2 {
    font-size: 20px;
    line-height: 140%;
}

.contact .r_3 .center .inline_width.clear li .s_2 span {
    font-weight: bold;
    color: #339bfa;
}

.contact .r_3 .center .inline_width.clear li.box_1 .s_1 {
    background: url(/template/images/c_1.png) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_2 .s_1 {
    background: url(/template/images/c_2.png) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_3 .s_1 {
    background: url(/template/images/c_3.png) no-repeat center top;
}

.fb_3 {
    background: url(/template/images/bj2.png) repeat-x;
    background-position-y: -25px;
}

.fb_3 .center {
    min-height: 186px;
    background: #fff;
    border-radius: 13px;
}

.fb_3 .center form .ul_1.clear {
    padding-top: 68px;
    width: 90%;
    margin: auto 5%;
}

.fb_3 .center form .ul_1.clear .sub_left {
    margin-right: 62px;
}

.fb_3 input {
    vertical-align: middle;
    border-radius: 3px;
    border: 0;
}

.fb_3 input[type="text"] {
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 355px;
    height: 45px;
    color: #333;
    box-shadow: #eee 0px 0px 10px 5px inset;
    /* 内阴影 */
    background: #f9f9f9;
    font-size: 16px;
}

.fb_3 .bt {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    width: 200px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #03b1ad;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #02b8ca , #03b0aa);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #02b8ca, #03b0aa);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #02b8ca, #03b0aa);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #02b8ca , #03b0aa);
    /* Standard syntax */
}

.proList {
    padding: 100px 0;
}

.proNav {
    position: relative;
}

.proNav .left {
    width: 234px;
    height: 164px;
    background: url(/template/images/bj7.png) no-repeat;
}

.proNav .left .box {
    width: 216px;
    height: 149px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 6px;
}

.proNav .left .box .one {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

.proNav .left .box .two {
    font-size: 22px;
    color: #59c3db;
}

.proNav .right {
    width: 965px;
    padding-top: 30px;
}

.proNav .right .navList li {
    border-right: 1px dashed #fff;
    border-left: 1px dashed #1b5d80;
    width: 138px;
    padding: 0 10px;
    float: left;
    text-align: center;
}

.proNav .right .navList li a {
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 5px 0;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #1b5d80;
}

.proNav .right .navList li a p {
    margin: 0;
    line-height: 34px;
    padding-top: 1px;
}

.proNav .right .navList li a:hover p {
    background: url(/template/images/bj8.png) no-repeat;
    border-radius: 5px;
}

.proNav .right .navList li:nth-child(1), .proNav .right .navList li:nth-child(7), .proNav .right .navList li:nth-child(13), .proNav .right .navList li:nth-child(19) {
    border-left: 0;
}

.proNav .right .navList li:nth-child(6), .proNav .right .navList li:nth-child(12), .proNav .right .navList li:nth-child(18), .proNav .right .navList li:nth-child(24) {
    border-right: 0;
}

.proNav .right .navList li:nth-child(1) a, .proNav .right .navList li:nth-child(2) a, .proNav .right .navList li:nth-child(3) a, .proNav .right .navList li:nth-child(4) a, .proNav .right .navList li:nth-child(5) a, .proNav .right .navList li:nth-child(6) a {
    border-top: 0;
}

.proNav .right .navList li:nth-child(13) a, .proNav .right .navList li:nth-child(14) a, .proNav .right .navList li:nth-child(15) a, .proNav .right .navList li:nth-child(16) a, .proNav .right .navList li:nth-child(17) a, .proNav .right .navList li:nth-child(18) a {
    border-bottom: 0;
}

.proList .list {
    overflow: hidden;
    padding-top: 100px;
}

.proList .list .box {
    width: 1200px;
    overflow: hidden;
}

.proList .list .ul_1 {
    width: 1300px;
}

.proList .list .item {
    float: left;
    width: 362px;
    margin-right: 57px;
    margin-bottom: 40px;
    text-align: center;
}

.proList .list .item .item_box {
    min-height: 442px;
    background: #eee;
}

.proList .list .item .pic {
    text-align: center;
}

.proList .list .item img {
    width: 360px;
    height: 360px;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
}

.proList .list .item .txt {
    min-height: 103px;
}

.proList .list .item .proName {
    display: block;
    line-height: 50px;
    font-size: 19px;
    color: #444;
}

.proList .list .item .txt_2 {
    font-size: 14px;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 20px;
    line-height: 190%;
}

.proList .list .item .s_txt a {
    display: inline-block;
    width: 103px;
    text-align: center;
    line-height: 31px;
    margin: 0;
    padding: 0;
    color: #666;
}

.proList .list .item .s_txt a.more {
    border: 1px solid #ccc;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #fff;
    border-right: 0;
}

.proList .list .item:hover .s_txt a.more {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.proList .list .item .s_txt a.dingzhi {
    background: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.proList .list .item .s_txt a.dingzhi:hover {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 1300px) {
}

@media screen and (min-width: 1800px) {
}

.i_pro {
    padding: 80px 0;
    padding-top: 50px;
    min-height: 890px;
    background: url(/template/images/bj_pro.jpg) no-repeat center top;
    background-size: cover;
}

.i_pro .center .content {
    padding-top: 40px;
}

.i_pro .center .content .bigNav {
}

.i_pro .center .content .bigNav .clear li {
    float: left;
    width: 400px;
    line-height: 70px;
}

.i_pro .center .content .bigNav .clear li a {
    font-size: 20px;
    font-weight: bold;
    color: #0856b7;
    display: block;
    text-indent: 65px;
}

.i_pro .center .content .bigNav .clear li.s_1 a {
    background: url(/template/images/a_1.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.s_2 a {
    background: url(/template/images/a_2.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.s_3 a {
    background: url(/template/images/a_3.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.first a, .i_pro .center .content .bigNav .clear li.s_1:hover a {
    color: #fff;
    background: url(/template/images/h_1.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.s_2:hover a {
    color: #fff;
    background: url(/template/images/h_2.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.s_3:hover a {
    color: #fff;
    background: url(/template/images/h_3.png) no-repeat;
}

.i_pro .center .content .box {
    border-top: 1px solid #fff;
}

.i_pro .center .content .box .smallNav {
    background: url(/template/images/navSbj.png);
}

.i_pro .center .content .box .smallNav .s_ul {
    width: 95%;
    margin: 0 2.5%;
}

.i_pro .center .content .box .smallNav .s_ul li {
    width: 14.2%;
    text-align: center;
    float: left;
    border-bottom: 1px solid #559ace;
    padding: 10px 0;
    line-height: 30px;
}

.i_pro .center .content .box .smallNav .s_ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.i_pro .center .content .box .smallNav .s_ul li a:hover {
    color: #0856b7;
    background: #fff;
    border-radius: 3px;
}

.i_pro .content .box .list {
    width: 1200px;
    overflow: hidden;
}

.i_pro .content .box .list ul.clear {
    width: 1250px;
}

.i_pro .content .box .list .item {
    float: left;
    min-height: 319px;
    width: 285px;
    margin-right: 20px;
    background: url(/template/images/pro_bj.png) no-repeat;
    text-align: center;
    padding-top: 8px;
}

.i_pro .content .box .list .item:hover {
    background: url(/template/images/pro_hbj.png) no-repeat;
}

.i_pro .content .box .list .item a {
    display: block;
    text-align: center;
    color: #666;
    font-size: 17px;
}

.i_pro .content .box .list .item a p, .i_pro .content .box .list .item a span {
    display: block;
}

.i_pro .content .box .list .item a img {
}

.i_pro .content .box .list .item a p {
    margin: 0;
    padding-top: 5px;
}

/* Star foot fast */
.shareLine {
    background: url(/template/images/line.jpg) no-repeat center;
    min-height: 9px;
}

.newNav {
    width: 260px;
}

.newNav .content {
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
    padding-bottom: 33px;
}

.newNav .content .ul_1 {
    width: 88%;
    margin: 0 6%;
}

.newNav .content a {
    color: #fff;
    display: block;
}

.newNav .content .bigNav {
    padding: 5px 0;
}

.newNav .content .bigNav a {
    font-size: 19px;
    color: #009ca8;
    text-align: center;
    line-height: 38px;
    background: #e5f5f7;
    border-radius: 5px;
    font-weight: bold;
}

.newNav .content .bigNav a:hover {
    background: #0856b7;
    color: #fff;
}

.in_title {
    background: url(/template/images/cBj.png) repeat-x bottom center;
    padding-bottom: 12px;
}

.in_title .center .s_Nav {
    text-align: center;
    font-size: 21px;
    padding-top: 50px;
    font-weight: bold;
}

.in_title .center .s_Nav a {
    color: #1ca4ba;
    padding-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px solid #fff;
    padding-top: 65px;
}

.in_title .center .s_Nav a:hover {
    color: #ff7e30;
    border-bottom: 2px solid #ff7e30;
}

.in_title .center .s_Nav a.s_1 {
    background: url(/template/images/aIco_1.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_2 {
    background: url(/template/images/aIco_2.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_3 {
    background: url(/template/images/aIco_3.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_4 {
    background: url(/template/images/aIco_4.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_1:hover {
    background: url(/template/images/aIcoH_1.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_2:hover {
    background: url(/template/images/aIcoH_2.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_3:hover {
    background: url(/template/images/aIcoH_3.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_4:hover {
    background: url(/template/images/aIcoH_4.png) no-repeat center top;
}

.left_shareTitle {
    min-height: 113px;
    background: url(/template/images/t4.png) no-repeat center top;
    padding-left: 90px;
}

.left_shareTitle .txt_1 {
    font-size: 28px;
    padding-top: 33px;
    display: inline-block;
    letter-spacing: 3px;
    padding-bottom: 3px;
}

.left_shareTitle .txt_2 {
    font-size: 13px;
    text-transform: uppercase;
}

.fuWu {
    background: url(/template/images/ys.jpg) no-repeat center top;
    min-height: 982px;
}

.fuWu .one {
    font-size: 30px;
    color: #0099a5;
    font-weight: bold;
    text-align: center;
    padding-top: 48px;
    padding-right: 15px;
    min-height: 70px;
    line-height: 43px;
}

.fuWu .two {
    color: #fff;
    font-size: 19px;
    text-align: center;
    line-height: 25px;
}

.fuWu ul {
    color: #fff;
}

.fuWu .bigTxt {
    padding-bottom: 10px;
}

.fuWu .left {
    padding-top: 2px;
}

.fuWu .left .bigTxt {
    padding-left: 53px;
}

.fuWu .right .bigTxt {
    padding-right: 53px;
    text-align: right;
}

.fuWu .bigTxt .cn {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
}

.fuWu .bigTxt .en {
    font-family: 'CheltenhamITCbyBT-Bold';
    font-size: 14px;
    color: #ffc946;
    letter-spacing: 1px;
}

.fuWu .smallTxt {
    font-size: 17px;
    background: url(/template/images/bot_6.png) no-repeat center left;
    padding-left: 15px;
    line-height: 30px;
    background-position-y: 8px;
}

.fuWu .smallTxt span {
    color: #ffc946;
}

.txt_jianBian {
    position: relative;
    color: #006f77;
}

.txt_jianBian:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #28b9c3;
    -webkit-mask: linear-gradient(to bottom, #006f77, transparent );
}

.in_fuWu {
    min-height: 643px;
    padding-bottom: 55px;
}

.in_fuWu .one {
    font-size: 30px;
    color: #0099a5;
    font-weight: bold;
    text-align: center;
    padding-top: 44px;
    min-height: 70px;
    padding-left: 11px;
    line-height: 43px;
}

.in_fuWu .two {
    color: #fff;
    font-size: 19px;
    text-align: center;
    line-height: 25px;
}

.in_fuWu ul {
    color: #fff;
}

.in_fuWu .bigTxt {
    padding-bottom: 10px;
}

.in_fuWu .sub_left {
    padding-top: 2px;
}

.in_fuWu .sub_left .bigTxt {
    padding-left: 72px;
}

.in_fuWu .sub_right .bigTxt {
    padding-right: 74px;
    text-align: right;
    padding-top: 2px;
}

.in_fuWu .bigTxt .cn {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
}

.in_fuWu .bigTxt .en {
    font-family: 'CheltenhamITCbyBT-Bold';
    font-size: 14px;
    color: #ffc946;
    letter-spacing: 1px;
}

.typeFangAn .content {
    background: #fff;
    font-size: 16px;
    border: 2px solid #009ca8;
    border-top: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.typeFangAn .content a {
    display: block;
}

.typeFangAn .content .bigNav {
}

.typeFangAn .content .bigNav a {
    font-weight: bold;
    background: url(/template/images/a_bj2.png) no-repeat center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 66px;
}

.typeFangAn .content .bigNav a p {
    margin: 0;
    padding: 0;
}

.typeFangAn .content .smallNav {
    width: 224px;
    margin: 0 auto;
}

.typeFangAn .content .smallNav p {
    margin: 0;
    padding: 0;
}

.typeFangAn .content .smallNav a {
    font-size: 17px;
    color: #088f98;
    line-height: 39px;
    display: block;
    text-indent: 61px;
    background: url(/template/images/bot_1_2.png) no-repeat center;
}

.typeFangAn .content .smallNav a:hover {
    color: #fff;
    background: url(/template/images/bot_1_h2.png) no-repeat center;
}

.typeFangAn .content .smallNav .sub_nav {
    position: absolute;
    z-index: 99;
    left: 224px;
    top: 0px;
    width: 180px;
    display: none;
    border: 1px solid #0856b7;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}

.typeFangAn .content .smallNav .sub_nav a {
    background: none;
    text-align: center;
    text-indent: 0;
}

.typeFangAn .content .smallNav .sub_nav a:hover {
    background: #fe9a24;
    border-radius: 5px;
}

.typeFangAn .left_tel {
    border-radius: 5px;
    background: url(/template/images/tel.png) no-repeat center left;
    background-position-x: 15px;
    background-color: #e5f5f6;
    color: #009ca8;
    width: 224px;
    text-indent: 68px;
    padding: 14px 0;
    margin: 20px auto;
    background-size: 45px auto;
}

.typeFangAn .left_tel .one {
    font-size: 16px;
}

.typeFangAn .left_tel .two {
    font-size: 24px;
    font-weight: bold;
}

.top {
}

.t_bigBox {
    width: 100%;
    position: relative;
    z-index: 50;
    background: #fff;
}

.shareTel {
    background: url(/template/images/bh_tel.png) no-repeat center left;
    padding-left: 45px;
    min-height: 51px;
    padding-top: 3px;
}

.shareTel .s1 {
    font-size: 18px;
    line-height: 22px;
}

.shareTel .s2 {
    font-size: 28px;
    color: #122c51;
    font-family: Impact;
    letter-spacing: 1px;
}

/* Star daoHang */
.heZuo {
    padding-top: 50px;
    padding-bottom: 20px;
}

.heZuo .content {
    padding-top: 50px;
}

.whySelect {
    background: url(/template/images/bj3.jpg) no-repeat center;
    background-size: cover;
    min-height: 810px;
}

.whySelect dd {
    float: left;
    color: #797878;
    font-size: 21px;
    width: 393px;
}

.whySelect dd div {
    background: url(/template/images/ico_1.png) no-repeat;
    padding-left: 38px;
    min-height: 24px;
    background-position-y: 7px;
    line-height: 180%;
}

.whySelect dd:hover div {
    color: #fff;
    background: url(/template/images/icoH.png) no-repeat;
    background-position-y: 7px;
}

.whySelect dd.txt_1 {
    background: url(/template/images/3_02.png) no-repeat right top;
    min-height: 78px;
    padding-right: 100px;
    margin-left: 40px;
    width: 353px;
}

.whySelect dd.txt_1:hover {
    background: url(/template/images/4_03.png) no-repeat right top;
    background-position-y: -4px;
}

.whySelect dd.txt_2 {
    background: url(/template/images/3_04.png) no-repeat top left;
    min-height: 80px;
    padding-left: 105px;
    margin-left: 192px;
    background-position-y: 2px;
    width: 371px;
}

.whySelect dd.txt_2:hover {
    background: url(/template/images/4_05.png) no-repeat top left;
    background-position-y: -2px;
}

.whySelect dd.txt_3 {
    background: url(/template/images/3_09.png) no-repeat right top;
    min-height: 54px;
    padding-right: 106px;
    padding-top: 80px;
    width: 353px;
    background-position-y: 85px;
}

.whySelect dd.txt_3:hover {
    background: url(/template/images/4_10.png) no-repeat right top;
    background-position-y: 85px;
}

.whySelect dd.txt_4 {
    background: url(/template/images/3_12.png) no-repeat;
    min-height: 51px;
    padding-left: 113px;
    margin-left: 258px;
    padding-top: 99px;
    width: 355px;
    background-position-y: 88px;
}

.whySelect dd.txt_4:hover {
    background: url(/template/images/4_13.png) no-repeat;
    background-position-y: 88px;
}

.whySelect dd.txt_5 {
    background: url(/template/images/3_17.png) no-repeat center top;
    padding-top: 100px;
    width: 600px;
    margin-left: 288px;
    margin-top: -16px;
}

.whySelect dd.txt_5:hover {
    background: url(/template/images/4_18.png) no-repeat center top;
}

.proType .content {
    font-size: 16px;
}

.proType .content a {
    display: block;
}

.proType .content .bigNav {
    padding-top: 15px;
}

.proType .content .bigNav a {
    font-weight: bold;
    font-size: 23px;
    color: #0856b7;
    line-height: 44px;
    border-left: 9px solid #0856b7;
    padding-left: 15px;
}

.proType .content .smallNav {
    clear: both;
    padding: 10px 30px;
    display: inline-block;
    background: url(/template/images/line5.png) no-repeat center bottom;
    background-position-x: 6px;
}

.proType .content .smallNav a {
    width: 190px;
    float: left;
    font-size: 18px;
    color: #090909;
    line-height: 39px;
    text-indent: 20px;
    background: url(/template/images/bot_1.png) no-repeat center left;
    background-position-y: 13px;
}

.proType .content .smallNav a:hover {
    font-weight: bold;
}

.proType .content .smallNav a.last {
    font-weight: bold;
    color: #0856b7;
}

.youZhi {
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(/template/images/bj_5.jpg) no-repeat center top;
}

.youZhi .content {
    padding-top: 35px;
    padding-bottom: 580px;
    background: url(/template/images/proBig.png) no-repeat center bottom;
}

.youZhi .content li {
    float: left;
    width: 16.6%;
    color: #111;
    text-align: center;
    line-height: 170%;
    padding-top: 150px;
}

.youZhi .content li .txt_1 {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 8px;
}

.youZhi .content li .txt_2 {
    font-size: 16px;
    color: #555;
}

.youZhi .content li.item_1 {
    background: url(/template/images/yz_1.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_2 {
    background: url(/template/images/yz_2.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_3 {
    background: url(/template/images/yz_3.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_4 {
    background: url(/template/images/yz_4.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_5 {
    background: url(/template/images/yz_5.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_6 {
    background: url(/template/images/yz_6.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_1:hover {
    background: url(/template/images/Hyz_01.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_2:hover {
    background: url(/template/images/Hyz_02.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_3:hover {
    background: url(/template/images/Hyz_03.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_4:hover {
    background: url(/template/images/Hyz_04.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_5:hover {
    background: url(/template/images/Hyz_05.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_6:hover {
    background: url(/template/images/Hyz_06.png) no-repeat center top;
    background-position-x: 53px;
}

.ad_2 {
    min-height: 197px;
    background: url(/template/images/bj16.png) no-repeat center;
}

.ad_2 .center .clear .left {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    padding-top: 127px;
    padding-left: 292px;
    letter-spacing: 1px;
}

.ad_2 .center .clear .right {
    padding-top: 127px;
    width: 517px;
}

.ad_2 .center .clear .right .two {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    padding-top: 19px;
    padding-left: 92px;
}

.ad_2 .center .clear .right a {
    display: inline-block;
    width: 118px;
    height: 43px;
    vertical-align: top;
}

.call {
    min-height: 785px;
    background: url(/template/images/bj30.jpg) no-repeat center bottom;
    padding-top: 70px;
    background-position-y: 69px;
}

.call .center .dl_1.inline_width.clear {
    padding-top: 130px;
}

.call .center .dl_1.inline_width.clear .sub_left {
    font-size: 25px;
    font-weight: bold;
    padding-left: 240px;
}

.call .center .dl_1.inline_width.clear .sub_right {
    padding-right: 35px;
}

.call .center .dl_1.inline_width.clear .sub_right a {
    display: inline-block;
    width: 120px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    vertical-align: top;
}

.call .center .dl_1.inline_width.clear .sub_right a.a_1 {
    background: #0856b7;
    color: #fff;
}

.call .center .dl_1.inline_width.clear .sub_right a.a_2 {
    border: 1px solid #0856b7;
    color: #0856b7;
    width: 118px;
    line-height: 38px;
}

.call .center .dl_2.inline_width.clear {
    padding-top: 66px;
}

.call .center .dl_2.inline_width.clear .sub_left {
    padding-left: 41px;
    width: 362px;
}

.call .center .dl_2.inline_width.clear .sub_right {
    padding-right: 35px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear li {
    font-size: 16px;
    line-height: 69px;
    padding-left: 73px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear .first {
    color: #fff;
    text-align: center;
    padding-top: 14px;
    line-height: 170%;
    letter-spacing: 1px;
    padding-left: 0;
    padding-bottom: 7px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear .first .one {
    font-size: 18px;
    font-weight: bold;
}

.share_rTitle .sub_left {
}

.share_rTitle .sub_left h2 {
    font-weight: bold;
    font-size: 32px;
    padding: 0;
    margin: 0;
}

.share_rTitle .sub_right, .share_rTitle .sub_right a {
    color: #888;
}

.share_rTitle .three {
    font-size: 16px;
    color: #666;
    line-height: 48px;
}

.shareSmallNav {
    margin-top: 20px;
}

.shareSmallNav .ul_3 {
}

.shareSmallNav .ul_3 li {
    float: left;
    padding-right: 55px;
    line-height: 30px;
    padding-bottom: 13px;
}

.shareSmallNav .ul_3 li a {
    display: block;
    font-size: 18px;
}

.shareSmallNav .ul_3 li a:hover {
    color: #e60013;
}

.share_rTitle .dl_1 {
    background: url(/template/images/line7.png) no-repeat center bottom;
    padding-bottom: 15px;
}

.ad3 {
    min-height: 268px;
    background: url(/template/images/ad3.png) no-repeat center;
}

.ad3 .center .clear .left {
    color: #fff;
    font-weight: bold;
    font-size: 41px;
    padding-top: 114px;
    width: 725px;
}

.ad3 .center .clear .left .txt_1 {
    padding-left: 266px;
}

.ad3 .center .clear .left .txt_2 {
    text-align: right;
    padding-top: 12px;
    font-size: 39px;
    padding-right: 83px;
}

.ad3 .center .clear .right {
    padding-right: 155px;
    padding-top: 153px;
    text-align: right;
}

.ad3 .center .clear .right .two {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}

.ad3 .center .clear .right a {
    display: inline-block;
    padding-top: 9px;
    width: 123px;
    height: 40px;
}

.left_new .content .bigNav a {
    text-indent: 1.3em;
    color: #333;
    text-align: center;
    text-indent: 0;
    background: none;
}

.left_new .content .bigNav a:hover {
    color: #0856b7;
}

.left_new .content li.last a {
    width: 80%;
}

.servies {
    padding: 40px 0;
    padding-bottom: 50px;
}

.servies .left {
    width: 250px;
}

.servies .right {
    width: 955px;
    background: #f7f7f7;
    padding: 20px;
}

.servies .right .r_list {
    padding-top: 25px;
}

.servies .center .ul_1.clear {
    background: url(/template/images/bj19.jpg) no-repeat;
    padding-top: 19px;
}

.servies .center .ul_1.clear .right .r_box {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
}

.servies .center .ul_1.clear .right .r_box .r_title h2 {
    padding: 0;
    margin: 0;
    background: #eee;
    font-size: 24px;
    text-align: center;
    line-height: 70px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear {
    color: #1b1b1b;
    background: #eee;
    padding: 15px;
    width: 96.5%;
    margin-top: 20px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_left {
    width: 63%;
    padding-right: 2%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_left .txt_1 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_left .txt_2 {
    font-size: 17px;
    line-height: 160%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_right {
    background: url(/template/images/bj35.png);
    color: #fff;
    width: 31%;
    padding: 52px 2%;
    text-align: center;
    line-height: 210%;
    letter-spacing: 1px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_right .txt_2 {
    font-size: 24px;
    font-family: 'Impact';
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_right .txt_1 {
    font-size: 17px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear {
    color: #1b1b1b;
    background: #eee;
    padding: 15px;
    width: 96.5%;
    margin-top: 20px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_left {
    width: 63%;
    padding-right: 2%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_left .txt_1 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_left .txt_2 {
    font-size: 17px;
    line-height: 160%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_right {
    background: url(/template/images/bj35.png);
    color: #fff;
    width: 31%;
    padding: 15px 2%;
    text-align: center;
    line-height: 210%;
    letter-spacing: 1px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_right .txt_1 {
    font-size: 17px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_right .txt_2 {
    font-size: 24px;
    font-family: 'Impact';
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 {
    background: url(/template/images/bj36.png) no-repeat center top;
    min-height: 558px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 .dl_4.inline_width.clear dd {
    float: left;
    width: 190px;
    min-height: 143px;
    margin-right: 26px;
    text-align: center;
    margin-bottom: 21px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 .dl_4.inline_width.clear dd .num {
    font-size: 38px;
    font-weight: bold;
    padding-top: 41px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 .dl_4.inline_width.clear dd .s_txt {
    font-size: 16px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 {
    padding-top: 60px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear {
    background: url(/template/images/bj38.png) no-repeat center top;
    min-height: 150px;
    margin-top: 20px;
    padding-top: 154px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd {
    float: left;
    padding: 13px 6px;
    margin-right: 11px;
    width: 149px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .bigTxt {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .smallTxt {
    font-size: 14px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .smallTxt span {
    font-weight: bold;
    color: #0856b7;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd.dd_1 {
    color: #fff;
    width: 144px;
}

.xgNew {
}

.xgNew li {
    width: 46%;
    padding-left: 2%;
    padding-right: 4%;
    float: left;
    background: url(/template/images/proSnav2.png) no-repeat center left;
    border-bottom: 1px dashed #ccc;
}

.xgNew li:nth-child(2), .xgNew li:nth-child(4), .xgNew li:nth-child(6), .xgNew li:nth-child(8), .xgNew li:nth-child(10) {
    padding-right: 0%;
}

.xgNew li .dl_2 {
    line-height: 220%;
    font-size: 16px;
}

.xgNew li .dl_2 .sub_left {
    width: 100%;
}

.xgNew li .dl_2 .sub_right {
    color: #888;
}

.xgNew li a {
    color: #333;
}

.xgNew li:hover a {
    color: #0856b7;
}

.shareOemBox {
    min-height: 827px;
    background: url(/template/images/bj_15.jpg) no-repeat center top;
    padding-top: 88px;
}

.shareOemBox .dl_2 dd, .shareOemBox .dl_3 dd {
    float: left;
    width: 233px;
    text-align: center;
    padding-top: 177px;
    line-height: 35px;
    font-size: 24px;
    color: #fff;
}

.shareOemBox .center .dl_2.clear {
    padding-top: 50px;
}

.shareOemBox .center .dl_3.clear {
    padding-top: 20px;
}

.xgCase {
    padding-top: 50px;
}

.xgCase .dl_6 dd {
    float: left;
    margin-right: 14px;
    width: 210px;
}

.xgCase .dl_6 dd a, .xgCase .dl_6 dd img {
    display: block;
}

.xgCase .dl_6 dd span {
    line-height: 40px;
    padding: 0 10px;
}

.xgCase .dl_6 dd:nth-child(4) {
    margin-right: 0;
}

.xgCase .dl_6 dd a:hover {
    background: #0856b7;
    color: #fff;
    font-weight: bold;
}

.share_xg {
}

.share_xg .s_title {
    font-size: 22px;
    padding: 10px 0;
    font-weight: bold;
    padding-left: 20px;
    background: url(/template/images/jian.png) no-repeat center left;
}

.in_case {
    padding-top: 10px;
    padding-bottom: 105px;
}

.in_case .left {
    width: 250px;
}

.in_case .right {
    width: 955px;
    padding: 30px;
}

.in_case .right .r_list .item {
    float: left;
    padding-bottom: 26px;
    text-align: center;
    margin: 0 15px;
}

.in_case .right .r_list li:nth-child(3), .in_case .right .r_list li:nth-child(6), .in_case .right .r_list li:nth-child(9), .in_case .right .r_list li:nth-child(12), .in_case .right .r_list li:nth-child(15), .in_case .right .r_list li:nth-child(18), .in_case .right .r_list li:nth-child(21) {
    margin-right: 0;
}

.in_case .right .r_list .item a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #232b38;
}

.in_case .right .r_list .item a .txt {
    line-height: 48px;
}

.in_case .right .r_list .item a img {
    display: block;
    border: 1px solid #0d0d0d;
}

.in_case .right .r_list .item a:hover {
    color: #0856b7;
}

.in_case .right .r_list .item a:hover img {
    border: 1px solid #ec0b24;
}

.in_case .center .ul_1.clear {
    padding-top: 30px;
}

.in_case .center .ul_1.clear .right .r_box {
    background: #fff;
    border-radius: 15px;
}

.in_case .center .ul_1.clear .right .r_box .share_rTitle .dl_1.inline_width.clear {
    line-height: 43px;
}

.in_case .right .r_list .L2_UL {
    display: inline-block;
    border: 1px solid #ccc;
    margin-bottom: 25px;
}

.in_case .right .r_list .L2_UL:hover {
    -moz-box-shadow: 1px 4px 10px #ccc;
    -webkit-box-shadow: 1px 4px 10px #ccc;
    box-shadow: 1px 4px 10px #ccc;
}

.in_case .right .r_list .L2_UL .sub_left {
    width: 392px;
}

.in_case .right .r_list .L2_UL .sub_left img {
    display: block;
}

.in_case .right .r_list .L2_UL .sub_right {
    width: 440px;
    padding: 20px 24px;
    padding-bottom: 0;
}

.in_case .right .r_list .L2_UL .sub_right .one {
    min-height: 33px;
    line-height: 33px;
    padding-bottom: 13px;
}

.in_case .right .r_list .L2_UL .sub_right .one a.shenglve {
    font-weight: bold;
    font-size: 24px;
    color: #0856b7;
}

.in_case .right .r_list .L2_UL .sub_right .one a:hover {
    color: #ffa800;
}

.in_case .right .r_list .L2_UL .sub_right .two {
    color: #888;
    font-size: 16px;
    padding-bottom: 18px;
    line-height: 180%;
    min-height: 130px;
}

.in_case .right .r_list .L2_UL .sub_right .three {
    text-align: right;
}

.in_case .right .r_list .L2_UL .sub_right .time {
    font-size: 14px;
    color: #888;
    float: right;
}

.in_case .right .r_list .L2_UL .sub_right .three a {
    padding: 0 25px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background: #0856b7;
    display: inline-block;
    line-height: 38px;
    font-weight: bold;
}

.in_case .right .r_list .L2_UL .sub_right .three a:hover {
    background: #ffa800;
}

.in_case .center .clear .right .title {
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.in_case .center .clear .right .title .clear .sub_left {
    background: url(/template/images/t8.png) no-repeat;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.in_case .center .clear .right .title .clear .sub_right {
    background: url(/template/images/ico3.png) no-repeat center left;
    padding-left: 20px;
    color: #888;
}

.caseShow {
    padding-top: 10px;
    padding-bottom: 105px;
}

.caseShow .left {
    width: 250px;
}

.caseShow .right {
    width: 955px;
    padding: 30px;
}

.caseShow .center .ul_1.clear {
    padding-top: 30px;
}

.caseShow .center .ul_1.clear .right .r_t {
    min-height: 61px;
    background: #0856b7;
}

.caseShow .center .ul_1.clear .right .r_t .subBox {
    padding: 18px;
    padding-right: 0;
    padding-bottom: 0;
}

.caseShow .center .ul_1.clear .right .r_t .subBox .sub_left {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    border-left: 6px solid #ff9c00;
    line-height: 26px;
    padding-left: 12px;
}

.caseShow .center .ul_1.clear .right .r_box {
    padding-top: 40px;
}

.caseShow .right .newBox {
    background: #fff;
}

.caseShow .right .newBox .Box_2 {
}

.caseShow .right .newBox .line_2 {
    min-height: 90px;
    text-align: center;
}

.caseShow .right .newBox .line_2 h3 {
    font-size: 32px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.caseShow .right .newBox .line_2 .two {
    color: #666;
    font-size: 16px;
    padding: 12px 0;
    line-height: 30px;
}

.caseShow .right .newBox .line_3 {
    color: #666;
    padding-top: 20px;
    padding-bottom: 50px;
    min-height: 350px;
}

.caseShow .right .newBox .line_3 img {
    max-width: 100%;
}

.caseShow .right .newBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 15px !important;
}

.caseShow .right .newBox .line_3, .caseShow .right .newBox .line_3 p, .caseShow .right .newBox .line_3 span {
    color: #666;
    font-size: 17px !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_2 .two {
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear {
    min-height: 153px;
    background: url(/template/images/bj23.png) no-repeat center top;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_left {
    padding-left: 163px;
    padding-top: 31px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right {
    padding-top: 98px;
    width: 431px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right a {
    display: inline-block;
    width: 100px;
    height: 35px;
    vertical-align: middle;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right .in_tel {
    color: #fff;
    font-family: 'Impact';
    font-size: 21px;
    letter-spacing: 1px;
    display: inline-block;
    padding-left: 56px;
    padding-top: 6px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear {
    padding: 20px 0;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear {
    color: #666;
    line-height: 35px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left {
    width: 90%;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left span {
    vertical-align: middle;
    display: inline-block;
    width: 100px;
    text-align: center;
    background: #eee;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left .shenglve {
    width: 86%;
    display: inline-block;
    vertical-align: middle;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_right a {
    color: #888;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot {
    border-top: 1px solid #1b1b1b;
    color: #666;
    line-height: 40px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot .dl_2.clear .sub_right a {
    background: #1b1b1b;
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 100px;
}

.xgPro {
    padding: 25px 0;
}

.xgPro .shareTitle {
    background: url(/template/images/title5.png) no-repeat center bottom;
    font-size: 25px;
    font-weight: bold;
    padding-top: 20px;
}

.xgPro .dl_6.clear {
}

.xgPro .dl_6.clear dd {
    float: left;
    margin-right: 23px;
    width: 275px;
    border: 1px solid #ccc;
    padding: 13px;
    padding-bottom: 0;
}

.xgPro .dl_6.clear dd:hover {
    border: 1px solid #0856b7;
}

.xgPro .dl_6 dd:nth-child(3) {
    margin-right: 0;
}

.xgPro .dl_6 dd a, .xgPro .dl_6 dd a span {
    display: block;
}

.xgPro .dl_6 dd a:hover {
    color: #0856b7;
}

.xgPro .dl_6 dd a span.NameTxt {
    line-height: 40px;
    font-size: 17px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.xgPro .dl_6 dd a span.proImg {
}

.xgPro .dl_6 dd .proBT {
    text-align: center;
}

.xgPro .dl_6 dd .proBT a {
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 45%;
    line-height: 27px;
    font-size: 14px;
}

.xgPro .dl_6 dd .proBT a.a_1 {
    background: #313131;
}

.xgPro .dl_6 dd .proBT a.a_2 {
    background: #ffa800;
}

.liYou {
    padding-top: 100px;
    background: url(/template/images/oemBJ4.jpg) no-repeat center top;
}

.in_fengCai {
    padding-bottom: 50px;
}

.in_fengCai .center .txtBox {
    padding-top: 30px;
}

.in_fengCai .center .txtBox .ul_1.clear .left {
    width: 240px;
    min-height: 383px;
    background: url(/template/images/bj_1.png) no-repeat center left;
}

.in_fengCai .center .txtBox .ul_1.clear .left .sub {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 200px;
}

.in_fengCai .center .txtBox .ul_1.clear .right.shadow_1 {
    width: 863px;
    border-radius: 5px;
    background: #eee;
    line-height: 51px;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
}

.in_fengCai .center .txtBox .Box_2 {
    padding-top: 60px;
    height: 266px;
    overflow: hidden;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li {
    float: left;
    line-height: 45px;
    font-size: 18px;
    margin-right: 23px;
    text-align: center;
    padding-bottom: 30px;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(3), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(6), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(9), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(12) {
    margin: 0;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li img {
    display: block;
    width: 346px;
    height: 209px;
    padding: 5px;
    border: 1px solid #ccc;
}

.shareMore {
    text-align: center;
    padding-top: 35px;
}

.shareMore .dl_3 dd {
    background: url(/template/images/jian_5.png) no-repeat center bottom;
    padding-bottom: 20px;
    display: inline-block;
    width: 200px;
    cursor: pointer;
}

.shareMore .dl_3 dd a {
    display: block;
    line-height: 40px;
    border: 1px solid #ccc;
    font-size: 18px;
}

.in_changFang {
    padding-bottom: 50px;
}

.in_changFang .txtBox {
    padding-top: 20px;
}

.pinZhi {
    background: #fff;
    padding-bottom: 50px;
}

.pinZhi .subBox {
    background: url(/template/images/bj_9.png) no-repeat center top;
}

.pinZhi .subBox .center .dl_5.clear dd {
    float: left;
    width: 97px;
    margin-right: 30px;
    padding-top: 183px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background: url(/template/images/ico.png) no-repeat center top;
    background-position-y: 120px;
}

.pinZhi .subBox .center .dl_5.clear dd:hover {
    background: url(/template/images/icoH.png) no-repeat center top;
    background-position-y: 120px;
    color: #0856b7;
}

.pinZhi .subBox .center .dl_5.clear dd:nth-child(9) {
    margin: 0;
}

.i_pro .content .box .list {
    width: 1120px;
}

.i_pro .content .box .list .item {
    float: left;
    min-height: 319px;
    width: 285px;
    margin-right: 20px;
    background: url(/template/images/pro_bj.png) no-repeat;
    text-align: center;
    padding-top: 8px;
}

.i_pro .content .box .list .item:hover {
    background: url(/template/images/pro_hbj.png) no-repeat;
}

.i_pro .content .box .list .item a {
    display: block;
    text-align: center;
    color: #666;
    font-size: 17px;
}

.i_pro .content .box .list .item a p, .i_pro .content .box .list .item a span {
    display: block;
}

.i_pro .content .box .list .item a img {
}

.i_pro .content .box .list .item a p {
    margin: 0;
    padding-top: 5px;
}

.case {
    padding: 90px 0px;
    background: #fff;
}

.case .sBox {
    padding-top: 38px;
}

.aboutShareNav {
    padding: 30px 0;
}

.aboutShareNav .dl_2 {
    background: #232323;
    font-size: 21px;
}

.aboutShareNav dd {
    float: left;
    border-right: 1px solid #ccc;
    width: 223px;
    text-align: center;
}

.aboutShareNav dd:nth-child(5) {
    border: 0;
}

.aboutShareNav a {
    display: block;
    line-height: 65px;
    color: #fff;
}

.aboutShareNav a:hover {
    background: #0856b7;
}

.xgNewProType {
    padding: 0.3rem 0;
    padding-top: 0.8rem;
}

.xgNewProType .s_title {
    font-size: 0.8rem;
    font-weight: bold;
}

.xgNewProType .s_title .sub_left {
    color: #0856b7;
}

.xgNewProType .xgNew2 {
    padding-top: 0.3rem;
}

.xgNewProType .xgNew2 li {
    width: 100%;
    max-width: 96%;
    padding-left: 4%;
    background: url(/template/images/jian2.png) no-repeat center left;
}

.xgNewProType .xgNew2 li:nth-child(2), .xgNewProType .xgNew2 li:nth-child(4), .xgNewProType .xgNew2 li:nth-child(6), .xgNewProType .xgNew2 li:nth-child(8), .xgNewProType .xgNew2 li:nth-child(10) {
    padding-right: 0%;
}

.xgNewProType .xgNew2 li .dl_2 {
    line-height: 1.5rem;
}

.xgNewProType .xgNew2 li .dl_2 .sub_left {
}

.xgNewProType .xgNew2 li .dl_2 .sub_right {
    color: #888;
}

.xgNewProType .xgNew2 li a {
    color: #666;
}

.xgNewProType .xgNew2 li a:hover {
    color: #0856b7;
    font-weight: bold;
}

.xgFangAnProType .L2_UL {
}

.xgFangAnProType .L2_UL .sub_left {
    width: 520px;
}

.xgFangAnProType .L2_UL .sub_left img {
    display: block;
}

.xgFangAnProType .L2_UL .sub_right {
    width: 705px;
    padding-bottom: 0;
}

.xgFangAnProType .L2_UL .sub_right .one {
    min-height: 33px;
    line-height: 33px;
}

.xgFangAnProType .L2_UL .sub_right .one a.shenglve {
    font-weight: bold;
    font-size: 24px;
    color: #000;
    width: 82%;
    display: inline-block;
}

.xgFangAnProType .L2_UL .sub_right .one a:hover {
    color: #0856b7;
}

.xgFangAnProType .L2_UL .sub_right .two {
    color: #888;
    font-size: 16px;
    line-height: 190%;
}

.xgFangAnProType .L2_UL .sub_right .three {
    text-align: right;
}

.xgFangAnProType .L2_UL .sub_right .time {
    font-size: 16px;
    color: #888;
    float: right;
}

.xgFangAnProType .L2_UL .sub_right .three a {
    padding: 0 25px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background: #0856b7;
    display: inline-block;
    line-height: 38px;
    font-weight: bold;
}

.xgFangAnProType .L2_UL .sub_right .three a:hover {
    background: #ffa800;
}

.left_tuiJian .left_ul {
    padding-top: 20px;
}

.left_tuiJian .box .item {
    width: 203px;
    text-align: center;
    background: #fff;
    padding: 8px;
    border: 1px solid #ccc;
    margin: 0 auto;
    margin-bottom: 25px;
}

.left_tuiJian .box .item:hover {
    border: 1px solid #0856b7;
}

.left_tuiJian .box .item img {
    width: 203px;
    height: 203px;
    display: block;
}

.left_tuiJian .box .item .proName {
    display: block;
    line-height: 180%;
    font-size: 16px;
    color: #444;
    padding-top: 11px;
}

.left_tuiJian .box .item a:hover .proName {
    color: #0856b7;
}

.proRtitle {
    min-height: 56px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.proRtitle h2, .proRtitle p {
    font-size: 25px;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    padding-left: 41px;
    line-height: 39px;
}

.proRtitle span {
    background: url(/template/images/line_1.png) no-repeat bottom left;
    display: inline-block;
    line-height: 41px;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
}

.proRtitle .dl_2.clear .sub_left {
    padding-top: 6px;
}

.proRtitle .dl_2.clear .sub_right {
    text-align: right;
}

.proRtitle .dl_2.clear .sub_right img {
    vertical-align: middle;
    margin-right: 10px;
}

.proRtitle .dl_2.clear .sub_right a {
    display: inline-block;
    vertical-align: middle;
    background: #0856b7;
    color: #fff;
    border-radius: 100px;
    padding: 7px 40px;
    font-size: 19px;
}

.oemPage {
    padding-top: 10px;
}

.oemPage .box_1 {
    padding-top: 50px;
    padding-bottom: 70px;
}

.oemPage .box_1 .center .txt {
    padding-top: 60px;
}

.oemPage .box_1 .center .txt .ul_1 {
    min-height: 340px;
    background: url(/template/images/bj_10.png) no-repeat center top;
}

.oemPage .box_1 .center .txt .ul_1.clear .left {
    width: 898px;
}

.oemPage .box_1 .center .txt .ul_1.clear .right {
    width: 266px;
    padding: 0 30px;
    padding-top: 260px;
    font-size: 18px;
    line-height: 190%;
    text-align: center;
}

.oemPage .box_1 .center .txt .ul_1.clear .left .one {
    font-size: 22px;
    font-weight: bold;
    color: #ff5a00;
    text-align: center;
    padding-top: 19px;
}

.oemPage .box_1 .center .txt .ul_1.clear .left .two {
    padding-top: 170px;
    line-height: 190%;
}

.oemPage .box_1 .center .txt .ul_1.clear .left .two dd {
    float: left;
    text-align: center;
    font-size: 16px;
    margin-right: 32px;
    width: 124px;
    padding: 0 15px;
}

.oemPage .box_1 .center .txt .ul_1.clear .left .two dd:nth-child(5) {
    margin-right: 0;
}

.oemPage .box_1 .center .txt .ul_1.clear .left .three {
    padding-top: 80px;
    text-align: right;
    padding-right: 96px;
}

.oemPage .box_1 .center .txt .ul_1.clear .left .three a {
    display: inline-block;
    line-height: 40px;
    border: 1px solid #ff5a00;
    border-radius: 100px;
    padding: 0 40px;
    font-size: 18px;
    color: #ff5a00;
}

.oemPage .box_2 {
    background: url(/template/images/bj_18.jpg) no-repeat center top;
    min-height: 699px;
    padding-bottom: 100px;
}

.oemPage .box_2 .sTitle {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-top: 100px;
}

.oemPage .box_2 ul {
    padding-top: 50px;
}

.oemPage .box_2 .l_2 {
    font-size: 18px;
    line-height: 66px;
    padding-left: 445px;
    padding-top: 89px;
}

.oemPage .box_2 .l_2 span {
    color: #d51519;
}

.oemPage .box_2 .l_2 .s_2 {
    padding-left: 27px;
}

.oemPage .box_2 .l_2 .s_3 {
    padding-left: 38px;
}

.oemPage .box_2 .l_2 .s_4 {
    padding-left: 30px;
}

.oemPage .box_2 .l_2 .s_5 {
    padding-left: 6px;
}

.shareGongxu {
    font-size: 17px;
    min-height: 570px;
    background: url(/template/images/bj19.jpg) no-repeat center top;
    padding-top: 38px;
}

.shareGongxu .sTitle {
    font-size: 26px;
    text-align: center;
    padding-top: 33px;
}

.shareGongxu .sTitle span {
    font-weight: bold;
    font-size: 35px;
}

.shareGongxu dl {
    padding-top: 30px;
}

.shareGongxu dd {
    float: left;
    margin-right: 66px;
    padding-top: 140px;
    min-height: 43px;
    text-align: center;
}

.shareGongxu dd:nth-child(4), .shareGongxu dd:nth-child(8) {
    margin-right: 0;
}

.i_dingZhi .ul_5 li {
    width: 416px;
    margin-right: 26px;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}

.i_dingZhi .ul_5 li a {
    padding-top: 254px;
    display: block;
    min-height: 66px;
}

.i_dingZhi .ul_5 li:nth-child(1) a {
    background: url(/template/images/dzIco_01.png) no-repeat center top;
    background-position-y: 168px;
}

.i_dingZhi .ul_5 li:nth-child(2) a {
    background: url(/template/images/dzIco_02.png) no-repeat center top;
    background-position-y: 168px;
}

.i_dingZhi .ul_5 li:nth-child(3) a {
    background: url(/template/images/dzIco_03.png) no-repeat center top;
    background-position-y: 168px;
}

.i_dingZhi .ul_5 li:nth-child(4) a {
    background: url(/template/images/dzIco_04.png) no-repeat center top;
    background-position-y: 161px;
}

.i_dingZhi .ul_5 li:nth-child(5) a {
    background: url(/template/images/dzIco_05.png) no-repeat center top;
    background-position-y: 161px;
}

.i_dingZhi .ul_5 li:nth-child(6) a {
    background: url(/template/images/dzIco_06.png) no-repeat center top;
    background-position-y: 161px;
}

.i_dingZhi .ul_5 li:nth-child(7) a {
    background: url(/template/images/dzIco_07.png) no-repeat center top;
    background-position-y: 160px;
}

.i_dingZhi .ul_5 li:nth-child(8) a {
    background: url(/template/images/dzIco_08.png) no-repeat center top;
    background-position-y: 160px;
}

.i_dingZhi .ul_5 li:nth-child(9) a {
    background: url(/template/images/dzIco_09.png) no-repeat center top;
    background-position-y: 160px;
}

.i_dingZhi .ul_5 li:nth-child(1):hover a {
    background: url(/template/images/dzIcoH_01.png) no-repeat center top;
    background-position-y: 168px;
}

.i_dingZhi .ul_5 li:nth-child(2):hover a {
    background: url(/template/images/dzIcoH_02.png) no-repeat center top;
    background-position-y: 168px;
}

.i_dingZhi .ul_5 li:nth-child(3):hover a {
    background: url(/template/images/dzIcoH_03.png) no-repeat center top;
    background-position-y: 168px;
}

.i_dingZhi .ul_5 li:nth-child(4):hover a {
    background: url(/template/images/dzIcoH_04.png) no-repeat center top;
    background-position-y: 161px;
}

.i_dingZhi .ul_5 li:nth-child(5):hover a {
    background: url(/template/images/dzIcoH_05.png) no-repeat center top;
    background-position-y: 161px;
}

.i_dingZhi .ul_5 li:nth-child(6):hover a {
    background: url(/template/images/dzIcoH_06.png) no-repeat center top;
    background-position-y: 161px;
}

.i_dingZhi .ul_5 li:nth-child(7):hover a {
    background: url(/template/images/dzIcoH_07.png) no-repeat center top;
    background-position-y: 160px;
}

.i_dingZhi .ul_5 li:nth-child(8):hover a {
    background: url(/template/images/dzIcoH_08.png) no-repeat center top;
    background-position-y: 160px;
}

.i_dingZhi .ul_5 li:nth-child(9):hover a {
    background: url(/template/images/dzIcoH_09.png) no-repeat center top;
    background-position-y: 160px;
}

.i_dingZhi .ul_5 li .txt_1 {
    font-size: 20px;
    padding-bottom: 5px;
}

.i_dingZhi .ul_5 li .txt_2 {
    font-size: 12px;
    text-transform: uppercase;
}

.i_dingZhi .ul_5 li:nth-child(3), .i_dingZhi .ul_5 li:nth-child(6), .i_dingZhi .ul_5 li:nth-child(9) {
    margin-right: 0;
}

.aboutTab .sTitle {
    background: #f7f7f7;
}

.aboutTab .sTitle dd {
    color: #000;
    cursor: pointer;
    font-size: 22px;
    float: left;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 398px;
    text-indent: 190px;
    background: url(/template/images/aboutIco_01.png) no-repeat center left;
    padding: 28px 0;
    background-position-x: 117px;
}

.aboutTab .sTitle dd:nth-child(2) {
    background: url(/template/images/aboutIco_02.png) no-repeat center left;
    background-position-x: 117px;
}

.aboutTab .sTitle dd:nth-child(3) {
    background: url(/template/images/aboutIco_03.png) no-repeat center left;
    background-position-x: 117px;
    border-right: 0;
}

.aboutTab .sTitle dd .en {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 3px;
}

.aboutTab .sTitle dd:nth-child(1) {
    background-color: #fff;
    border-bottom: 0;
    border-bottom: 1px solid #fff;
}

.t_search {
    padding-bottom: 0.6rem;
    background: url(/template/images/searchBj2.png) no-repeat center bottom;
    background-size: 110% auto;
    /* border-top: 0.1rem solid #f1f9ff; */
    position: relative;
    box-shadow: none;
}

.t_search a {
}

.iWenTi {
    min-height: 708px;
    background: url(/template/images/bj_1.jpg) no-repeat center top;
    margin-top: -63px;
}

.iWenTi .center .title {
    padding-top: 172px;
    padding-left: 463px;
}

.iWenTi .center .title .cn {
    font-size: 31px;
    font-weight: bold;
    color: #1b264f;
    letter-spacing: 2px;
}

.iWenTi .center .title .cn span {
    color: #cd1917;
}

.iWenTi .center .title .en {
    color: #1b264f;
    font-size: 16px;
    letter-spacing: 0.35px;
}

.iWenTi .center .content .one {
    font-size: 16px;
    padding-top: 15px;
}

.iWenTi .center .content .one .ul_1.clear {
    padding-top: 54px;
    line-height: 180%;
}

.iWenTi .center .content .one .ul_1.clear .left .s_1 {
    padding-left: 53px;
}

.iWenTi .center .content .one .ul_1.clear .left .s_2 {
    padding-top: 29px;
    padding-left: 14px;
}

.iWenTi .center .content .one .ul_1.clear .left .s_3 {
    padding-top: 37px;
    padding-left: 26px;
}

.iWenTi .center .content .one .ul_1.clear .left .s_4 {
    padding-top: 42px;
    padding-left: 67px;
}

.iWenTi .center .content .one .ul_1.clear .right .s_1 {
    padding-right: 61px;
}

.iWenTi .center .content .one .ul_1.clear .right .s_2 {
    padding-top: 65px;
    padding-left: 25px;
}

.iWenTi .center .content .one .ul_1.clear .right .s_3 {
    padding-top: 73px;
    padding-left: 4px;
}

.iWenTi .center .content .two {
    padding-top: 86px;
}

.iWenTi .center .content .two .ul_2.clear .left {
    font-size: 25px;
    color: #1b264f;
    padding-left: 235px;
    padding-top: 12px;
}

.iWenTi .center .content .two .ul_2.clear .left p {
    font-weight: bold;
    margin: 0;
    display: inline-block;
}

.iWenTi .center .content .two .ul_2.clear .left p span {
    color: #cd1917;
}

.iWenTi .center .content .two .ul_2.clear .right {
    padding-right: 235px;
}

.iWenTi .center .content .two .ul_2.clear .right .s_1 {
    font-size: 16px;
    color: #2c2c2c;
}

.iWenTi .center .content .two .ul_2.clear .right .s_2 {
    font-size: 27px;
    font-weight: bold;
    color: #cd1917;
}

.typeNav .one {
    color: #fff;
    text-align: center;
    background: url(/template/images/left_title.png) no-repeat center top;
    min-height: 119px;
    margin-bottom: 1px;
}

.typeNav .one .s_1 {
    font-size: 26px;
    font-weight: bold;
    padding-top: 33px;
    letter-spacing: 3px;
}

.typeNav .one .s_2 {
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 5px;
}

.typeNav .two {
    border: 1px solid #ccc;
}

.typeNav .two .ul_5.clear .bigType a {
    display: block;
    padding-top: 5px;
    font-size: 19px;
    line-height: 50px;
    text-indent: 77px;
    background: url(/template/images/bigType.png) no-repeat;
    background-position-x: 50px;
    background-position-y: 21px;
    background-color: #eee;
    color: #0545be;
    border-bottom: 1px dashed #ccc;
}

.subType .two .ul_5.clear .bigType a {
    background: url(/template/images/bigType.png) no-repeat;
    background-position-x: 30px;
    background-position-y: 21px;
    text-indent: 57px;
    background-color: #eee;
}

.typeNav .two .ul_5.clear .bigType a.noShowBJ {
    background: url(/template/images/bigType2.png) no-repeat;
    background-position-x: 50px;
    background-position-y: 21px;
    background-color: #eee;
}

.typeNav .two .ul_5.clear .smallType a {
    display: block;
    font-size: 16px;
    line-height: 45px;
    text-indent: 100px;
    background: url(/template/images/smallType.png) no-repeat center left;
    background-position-x: 56px;
}

.typeNav .two .smallType .threeSub {
    position: absolute;
    z-index: 99;
    left: 263px;
    top: 0px;
    min-width: 200px;
    border: 1px solid rgb(204, 204, 204);
    background: rgb(255, 255, 255);
    padding: 10px 15px;
}

.typeNav .two .ul_5.clear .smallType .threeSub a {
    background: url(/template/images/sub.png) no-repeat center left;
    background-position-x: 10px;
    border-bottom: 1px dotted #ccc;
    text-indent: 34px;
}

.typeNav .two .ul_5.clear .smallType .threeSub a:hover {
    background: url(/template/images/subH.png) no-repeat center left;
    background-position-x: 10px;
}

.typeNav .two .ul_5.clear .smallType .threeSub a.threeSubA {
    font-weight: bold;
}

.subType .two .ul_5.clear .smallType a {
    background: url(/template/images/subType.png) no-repeat center left;
    background-position-x: 36px;
    text-indent: 77px;
}

.typeNav .two .ul_5.clear .smallType a:hover {
    background: url(/template/images/smallTypeH.png) no-repeat center left;
    background-position-x: 56px;
    color: #074fbc;
}

.subType .two .ul_5.clear .smallType a:hover {
    background: url(/template/images/subTypeH.png) no-repeat center left;
    background-position-x: 36px;
}

.typeNav .two .ul_5.clear .smallType a.lastType {
    background: url(/template/images/lastType.png) no-repeat center left;
    background-position-x: 56px;
    margin-bottom: 10px;
}

.typeNav .two .ul_5.clear .smallType a.lastType:hover {
    background: url(/template/images/lastTypeH.png) no-repeat center left;
    background-position-x: 56px;
}

.subType .two .ul_5.clear .smallType a.lastType {
    background: url(/template/images/subTypeLast.png) no-repeat center left;
    background-position-x: 36px;
}

.subType .two .ul_5.clear .smallType a.lastType:hover {
    background: url(/template/images/subTypeLastH.png) no-repeat center left;
    background-position-x: 36px;
}

.typeNav .three {
    color: #fff;
    background: url(/template/images/bj_3.png) no-repeat;
    min-height: 96px;
}

.typeNav .three .s_1 {
    font-size: 16px;
    padding-left: 70px;
    padding-top: 27px;
}

.typeNav .three .s_2 {
    font-size: 22px;
    font-weight: bold;
    padding-left: 70px;
}

.f_nav {
    background: #314385;
    line-height: 45px;
}

.f_nav .center .sBox.clear a {
    font-size: 17px;
    color: #fff;
    text-align: center;
    float: left;
    padding: 0 36px;
}

.in_pro {
    padding: 1rem 0;
}

.in_pro .left {
}

.in_pro .right {
    padding-top: 1rem;
}

.inFangAn .center .sBox.clear .item {
    float: left;
    font-size: 16px;
    position: relative;
    margin-right: 14px;
    margin-bottom: 35px;
    color: #fff;
    border-radius: 5px;
    width: 289px;
    height: 272px;
    overflow: hidden;
}

.inFangAn .center .sBox.clear .item:nth-child(4), .inFangAn .center .sBox.clear .item:nth-child(8), .inFangAn .center .sBox.clear .item:nth-child(12), .inFangAn .center .sBox.clear .item:nth-child(16) {
    margin-right: 0;
}

.inFangAn .center .sBox.clear a:hover .two {
    display: none;
}

.inFangAn .center .sBox.clear a:hover .three {
    position: absolute;
    top: 13px;
    left: 12px;
}

.inFangAn .center .sBox.clear .item .one img {
    display: block;
}

.inFangAn .center .sBox.clear .item .two.shenglve {
    background: url(/template/images/hei.png);
    line-height: 45px;
    text-align: center;
    position: absolute;
    top: 227px;
    width: 100%;
}

.inFangAn .center .sBox.clear .item .three {
    background: url(/template/images/hong.png);
    width: 265px;
    height: 248px;
    border-radius: 5px;
}

.inFangAn .center .sBox.clear .item .three .s_1.shenglve {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    padding-top: 30px;
}

.inFangAn .center .sBox.clear .item .three .s_2 {
    border-bottom: 1px solid #fff;
    width: 56px;
    margin: 0 auto;
}

.inFangAn .center .sBox.clear .item .three .s_3 {
    padding: 12px 20px;
    line-height: 180%;
    font-size: 15px;
}

.mainNew .title {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #1b264f;
    background: url(/template/images/t10.png) no-repeat center top;
    min-height: 58px;
    padding-top: 35px;
}

.mainNew .title span {
    color: #cd1917;
}

.mainNew .content .dl_2.clear dd {
    float: left;
    width: 354px;
    margin-right: 69px;
    line-height: 160%;
}

.mainNew .content .dl_2.clear dd:nth-child(3) {
    margin-right: 0;
}

.mainNew .content .dl_2.clear dd .s_1 a img {
    display: block;
    width: 354px;
    height: 213px;
    border-radius: 5px;
}

.mainNew .content .dl_2.clear dd .s_2 {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 3px;
}

.mainNew .content .dl_2.clear dd .s_2 a:hover {
    color: #cd1917;
}

.mainNew .content .dl_2.clear dd .s_3 {
    font-size: 14px;
    color: #999;
}

.mainNew .content .dl_2.clear dd .s_4 {
    font-size: 16px;
    padding-top: 10px;
}

.mainNew .content .dl_2.clear dd .s_5 {
    padding-top: 18px;
}

.mainNew .content .dl_2.clear dd .s_5 a {
    font-size: 15px;
    display: inline-block;
    color: #999;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 50px;
    border: 1px solid #999;
}

.mainNew .content .dl_2.clear dd:hover .s_5 a {
    background: #cd1917;
    color: #fff;
    border: 1px solid #cd1917;
}

.mainNew .content {
    padding-top: 23px;
}

.shareNewNav {
    text-align: center;
    padding: 40px 0;
}

.shareNewNav a {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 17px;
    line-height: 45px;
    padding: 0 55px;
    background: #fff;
}

.shareNewNav a:hover {
    background: #1b264f;
    color: #fff;
    border: 1px solid #1b264f;
}

.mainNew .line_2 {
    background: #fff;
    margin-bottom: 35px;
    padding-top: 35px;
    padding-bottom: 50px;
}

.mainNew .line_3 {
    background: #fff;
    padding-top: 35px;
    padding-bottom: 50px;
}

.mainNew .line_4 {
    padding-top: 50px;
    padding-bottom: 80px;
}

.mainNew .line_4 .center .title2 {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #1b264f;
    background: url(/template/images/t11.png) no-repeat center top;
    min-height: 58px;
    padding-top: 35px;
}

.mainNew .line_4 .center .title2 span {
    color: #cd1917;
}

.typeNew .one {
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
    background: url(/template/images/type2.png) no-repeat;
    min-height: 124px;
}

.typeNew .one .s_1 {
    font-size: 23px;
    font-weight: bold;
    padding-top: 56px;
}

.typeNew .one .s_2 {
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 5px;
}

.typeNew .two {
    border: 1px solid #ccc;
    padding: 20px 0;
    margin-bottom: 10px;
    padding-bottom: 7px;
}

.typeNew .two a {
    display: block;
    line-height: 45px;
    text-indent: 85px;
    font-size: 17px;
    background: url(/template/images/lNav.png) no-repeat center;
    margin-bottom: 13px;
}

.typeNew .two a:hover {
    color: #fff;
    background: url(/template/images/lNavH.png) no-repeat center;
}

.typeNew .three {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
    padding-top: 20px;
    background: url(/template/images/t12.png) no-repeat center;
    min-height: 40px;
}

.typeNew .four {
    font-size: 17px;
    background: url(/template/images/ico_3.png) no-repeat;
    border: 1px solid #ccc;
    background-position-y: 20px;
    line-height: 180%;
    background-position-x: 11px;
    margin-bottom: 20px;
    padding: 10px 0;
}

.typeNew .four div {
    border-bottom: 1px dashed #ccc;
    padding: 9px 43px;
    padding-right: 10px;
}

.typeNew .four div:nth-child(5) {
    border-bottom: 0;
}

.typeNew .five {
    text-align: center;
    font-size: 17px;
}

.typeNew .five .s_1 img {
    display: block;
}

.typeNew .five .s_2 {
    padding-top: 13px;
}

.newShow {
    padding: 1rem 0;
}

.newShow .left {
    margin-bottom: 0.5rem;
}

.newShow .right {
    width: 100%;
    max-width: 93%;
    margin-left: 1%;
    border: 0.05rem solid #eee;
    padding: 0.5rem 2%;
    border-radius: 0.3rem;
    -moz-box-shadow: 1px 0px 3px #ccc;
    -webkit-box-shadow: 1px 0px 3px #ccc;
    box-shadow: 1px 0px 3px #ccc;
}

.newShow .center .ul_1.clear .right .one {
    text-align: center;
}

.newShow .center .ul_1.clear .right .two span {
    display: inline-block;
    padding-left: 21px;
    line-height: 30px;
    background: url(/template/images/ico2.png) no-repeat center left;
}

.newShow .center .ul_1.clear .right .three {
    padding: 20px 0;
}

.newShow .right .three p {
    margin: 0 !important;
    padding: 5px 0 !important;
}

.newShow .right .three, .newShow .right .three p, .newShow .right .three span {
    color: #666;
    font-size: 0.7rem !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
}

.newShow .center .ul_1.clear .right .four {
    line-height: 180%;
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
}

.newShow .center .ul_1.clear .right .four .s_1 span {
    font-weight: bold;
}

.noPage {
    background: url(/template/images/bj404.jpg) no-repeat center bottom;
    min-height: 889px;
    text-align: center;
}

.noPage .one {
    font-size: 21px;
    padding-top: 455px;
    font-weight: bold;
}

.noPage .two {
    font-size: 17px;
    line-height: 180%;
    padding-top: 29px;
    padding-bottom: 20px;
}

.noPage .two span {
    color: #cd1917;
}

.noPage .three a {
    background: #cd1917;
    color: #fff;
    font-size: 17px;
    line-height: 36px;
    padding: 0 20px;
    display: inline-block;
    border-radius: 50px;
}

.faNav a {
    float: left;
    font-size: 17px;
    line-height: 45px;
    background: #eee;
    width: 185px;
    text-align: center;
    margin-right: 18px;
    margin-bottom: 18px;
    border-radius: 6px;
}

.faNav a:hover {
    color: #fff;
    background: #cd1917;
}

.faNav a:nth-child(6), .faNav a:nth-child(12), .faNav a:nth-child(18) {
    margin-right: 0;
}

.iFangAn .center .shareTitle {
    background: url(/template/images/t2.png) no-repeat;
}

.iFangAn .center .content.clear {
    padding-top: 15px;
}

.iFangAn .center .content.clear a {
    float: left;
    border-top: 6px solid #bfbfbf;
    background: #fff;
    display: block;
    width: 380px;
    margin-right: 30px;
    position: relative;
    padding-bottom: 15px;
}

.iFangAn .center .content.clear a:hover {
    border-top: 6px solid #cd1917;
}

.iFangAn .center .content.clear a:nth-child(3) {
    margin-right: 0;
}

.iFangAn .center .content.clear a img {
    display: block;
    width: 380px;
    height: 223px;
}

.iFangAn .center .content.clear a .one {
    font-size: 16px;
    line-height: 44px;
    padding-left: 20px;
    background: #fff;
    position: absolute;
    top: 200px;
    width: 80%;
}

.iFangAn .center .content.clear a:hover .one {
    background: #cd1917;
    color: #fff;
}

.iFangAn .center .content.clear a .two {
    font-size: 16px;
    line-height: 190%;
    padding: 35px 20px;
    padding-bottom: 10px;
    min-height: 180px;
}

.iFangAn .center .content.clear a .more {
    text-align: right;
    padding-right: 23px;
}

.iFangAn .center .content.clear a .more span {
    background: url(/template/images/jian.png) no-repeat center right;
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    padding-right: 28px;
    background-position-x: 85px;
}

.iFangAn .center .content.clear a:hover .more span {
    background: url(/template/images/jianH2.png) no-repeat center right;
    background-color: #cd1917;
    color: #fff;
    background-position-x: 85px;
}

.iFangAn .center .more {
    text-align: center;
    padding-top: 40px;
}

.iFangAn .center .more a {
    display: inline-block;
    color: #cd1917;
    border: 1px solid #cd1917;
    border-radius: 50px;
    font-size: 16px;
    line-height: 33px;
    padding: 0 20px;
}

.fangAnShow .center .content {
    padding: 50px 0;
    padding-bottom: 100px;
    font-size: 16px;
}

.fangAnShow .center .content p {
    margin: 0 !important;
    padding: 5px 0 !important;
    line-height: 180%;
}

.fangAnShow .center .content, .fangAnShow .center .content p, .fangAnShow .center .content span {
    font-family: Microsoft YaHei !important;
}

.fangAnShow .center .content span {
    vertical-align: middle;
    !important; }

.fangAnShow .center .content img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
}

.fangAnShow .center .content table, .fangAnShow .center .content table td {
    border: 0 !important;
}

.fangAnShow .center .content .tTable {
    line-height: 19px !important;
}

.shareList2 {
    padding-top: 15px;
    padding-bottom: 10px;
}

.shareList2 .sBox {
    border: 1px solid #ccc;
    background: #fff;
}

.shareList2 .sBox .dl_3.clear {
    padding: 30px;
    width: 1138px;
}

.shareList2 .sBox .dl_3.clear .sub_left {
    width: 390px;
}

.shareList2 .sBox .dl_3.clear .sub_left a img {
    display: block;
    width: 390px;
    height: 230px;
    border-radius: 5px;
}

.shareList2 .sBox .dl_3.clear .sub_right {
    width: 718px;
}

.shareList2 .sBox .dl_3.clear .sub_right .one {
    font-size: 13px;
    color: #999;
    padding-top: 10px;
}

.shareList2 .sBox .dl_3.clear .sub_right .one a {
    font-size: 20px;
    width: 77%;
    display: inline-block;
    vertical-align: middle;
}

.shareList2 .sBox .dl_3.clear .sub_right .one a:hover {
    color: #cd1917;
}

.shareList2 .sBox .dl_3.clear .sub_right .two {
    font-size: 16px;
    padding-top: 13px;
    line-height: 180%;
    background: url(/template/images/ico_2.png) no-repeat bottom right;
}

.shareList2 .sBox .dl_3:hover .sub_right .two {
    background: url(/template/images/ico_2H.png) no-repeat bottom right;
}

.shareTitle {
    padding-top: 0.65rem;
    background: url(/template/images/t1.png) no-repeat center top;
    text-align: center;
    background-size: 80% auto;
    padding-bottom: 0.5rem;
}

.shareTitle .one {
    font-size: 1rem;
    padding-bottom: 0.1rem;
    font-weight: bold;
    color: #0856b7;
    margin-bottom: 0.1rem;
}

.shareTitle .two {
    font-size: 0.65rem;
    color: #888;
    margin-bottom: 0.38rem;
}

.shareTitle .three {
    color: #fff;
    font-size: 0.6rem;
    text-indent: 1rem;
}

.shareTitle .three span {
}

.shareTitle2 {
    padding-top: 0.65rem;
    background: url(/template/images/wap_t5.png) no-repeat center top;
    text-align: center;
    background-size: 51% auto;
    line-height: 180%;
}

.shareTitle2 .one {
    padding-top: 0.5rem;
    font-size: 1rem !important;
    padding-bottom: 0.2rem;
    font-weight: bold;
    color: #0856b7;
}

.shareTitle2 .two {
}

.ad {
    padding: 0.8rem 0;
}

.ad .center .content {
    padding-top: 0.6rem;
}

.ad .content .ul_1 {
    color: #000;
}

.ad .content .ul_1 li {
    width: 100%;
    max-width: 48%;
    min-height: 5.5rem;
    float: left;
    margin-left: 1.3%;
    background: url(/template/images/boxBj.png) no-repeat center top;
    background-size: 100% 100%;
    text-align: center;
    margin-bottom: 0.5rem;
}

.ad .content .ul_1 li .one {
    padding: 0.3rem;
    padding-top: 0.38rem;
    padding-bottom: 0;
}

.ad .content .ul_1 li .one img {
    border-radius: 0.2rem;
    box-shadow: none;
}

.ad .content .ul_1 li .two {
    font-size: 0.55rem;
    text-align: center;
    line-height: 1.2rem;
}

.ad .content .ul_1 li:hover {
    background: url(/template/images/boxBjH.png) no-repeat center top;
    background-size: 100% 100%;
}

.ad .content .ul_1 li:hover .two {
    color: #fff;
}

.pro {
    padding: 1rem 0;
    background: url(/template/images/proBj.jpg) no-repeat center top;
    background-size: cover;
}

.pro .shareTitle2 {
    background: url(/template/images/txt_04.png) no-repeat center top;
    background-size: 69% auto;
}

.pro .content {
    padding-top: 1rem;
    width: 100%;
    max-width: 98%;
    margin: 0 1%;
}

.pro .content .line_1 dl {
    background: #fff;
}

.pro .content .line_1 .dl_1 .sub_left {
    padding: 0.5rem 0;
    text-align: center;
    background: #d8f2fc;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #d8f2fc, #fff, #d8f2fc);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #d8f2fc, #fff, #d8f2fc);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #d8f2fc, #fff, #d8f2fc);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #d8f2fc, #fff, #d8f2fc);
    /* Standard syntax */
    border: 0.05rem solid #afd7f1;
    border-bottom: 0;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.pro .content .line_1 .dl_1 .sub_right a {
    width: 100%;
    max-width: 33.333%;
    float: left;
    text-align: center;
    line-height: 1.8rem;
    border-bottom: 0.05rem dotted #ddd;
    background: url(/template/images/line.png) no-repeat center right;
    background-size: 0.05rem 0.8rem;
}

.pro .content .line_1 dl a:last-child {
    color: #0856b7;
    background: none;
}

.pro .content .line_1 .dl_1 .sub_left .s_1 {
    display: inline-block;
    text-align: left;
    color: #02215B;
    padding-left: 1.38rem;
    background: url(/template/images/ping.png) no-repeat center left;
    background-size: 0.9rem auto;
}

.pro .content .line_1 .dl_1 .sub_left .s_2 {
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 3px;
}

.pro .content .line_1 .dl_1 .sub_right {
    border: 0.05rem solid #afd7f1;
    -moz-box-shadow: 1px 1px 5px #c9e8fb;
    -webkit-box-shadow: 1px 1px 5px #c9e8fb;
    box-shadow: 1px 1px 5px #c9e8fb;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pro .content .line_1 .dl_1 .sub_right .listBox {
    padding: 0.2rem 0;
}

.pro .center .content .line_1 .dl_2.clear .sub_left {
    width: 151px;
    min-height: 129px;
    background: #60b22a;
    color: #fff;
    text-align: center;
}

.pro .center .content .line_1 .dl_2.clear .sub_left .s_1 {
    padding-top: 43px;
}

.pro .center .content .line_1 .dl_2.clear .sub_left .s_2 {
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 3px;
}

.pro .center .content .line_1 .dl_2.clear .sub_right {
    background: url(/template/images/bj.png) no-repeat center top;
    width: 1148px;
    border: 1px dotted #ccc;
    min-height: 128px;
    border-top: 0;
    border-left: 0;
}

.pro .center .content .line_1 .dl_2.clear .sub_right .listBox.clear {
    padding: 18px 0;
}

.pro .content .line_2 {
    padding-top: 1rem;
}

.pro .content .line_2 .item {
    width: 100%;
    max-width: 46.5%;
    background: #fff;
    float: left;
    font-size: 0.7rem;
    margin-right: 1.5%;
    margin-bottom: 0.5rem;
    padding: 0.2rem 1.3%;
    padding-bottom: 0.38rem;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    -moz-box-shadow: 0px 1px 6px #a6d2ec;
    -webkit-box-shadow: 0px 1px 6px #a6d2ec;
    box-shadow: 0px 1px 3px #cadaed;
}

.pro .content .line_2 .item:nth-child(4), .pro .content .line_2 .item:nth-child(8) {
    margin-right: 0;
}

.pro .content .line_2 .item .one {
}

.pro .content .line_2 .item .one a img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 7.5rem;
}

.pro .content .line_2 .item .two {
    line-height: 32px;
    font-size: 17px;
}

.pro .content .line_2 .item .two .dl_2 {
    width: 90%;
    margin: 0 5%;
}

.pro .content .line_2 .item .two .dl_2 .sub_left {
    width: 66%;
}

.pro .content .line_2 .item .two .dl_2 .sub_right a {
    color: #0856b7;
}

.liuCheng {
    padding: 100px 0;
}

.liuCheng .center .content .ul_1.clear {
    background: url(/template/images/bj2.png) no-repeat center top;
    font-size: 17px;
}

.liuCheng .center .content .ul_1.clear li {
    padding-top: 68px;
    float: left;
    padding-right: 109px;
}

.liuCheng .center .content .ul_1.clear .l_1 {
    padding-right: 107px;
    background: url(/template/images/ico2_01.png) no-repeat;
    background-position-x: 10px;
    background-position-y: 0px;
}

.liuCheng .center .content .ul_1.clear .l_2 {
    background: url(/template/images/ico2_02.png) no-repeat;
    background-position-x: 14px;
    background-position-y: 7px;
}

.liuCheng .center .content .ul_1.clear .l_3 {
    background: url(/template/images/ico2_03.png) no-repeat;
    background-position-x: 13px;
    background-position-y: 5px;
}

.liuCheng .center .content .ul_1.clear .l_4 {
    background: url(/template/images/ico2_04.png) no-repeat;
    background-position-x: 9px;
    background-position-y: 5px;
}

.liuCheng .center .content .ul_1.clear .l_5 {
    background: url(/template/images/ico2_05.png) no-repeat;
    background-position-x: 12px;
    background-position-y: 8px;
}

.liuCheng .center .content .ul_1.clear .l_6 {
    background: url(/template/images/ico2_06.png) no-repeat;
    background-position-x: 10px;
    background-position-y: 7px;
}

.liuCheng .center .content .ul_1.clear .l_7 {
    padding-right: 104px;
    background: url(/template/images/ico2_07.png) no-repeat;
    background-position-x: 9px;
    background-position-y: 7px;
}

.liuCheng .center .content .ul_1.clear .l_8 {
    padding-right: 0;
    background: url(/template/images/ico2_08.png) no-repeat;
    background-position-x: 16px;
    background-position-y: 11px;
}

.liuCheng .center .content .ul_1.clear .l_1:hover {
    background: url(/template/images/ico2H_01.png) no-repeat;
    background-position-x: 10px;
    background-position-y: 0px;
}

.liuCheng .center .content .ul_1.clear .l_2:hover {
    background: url(/template/images/ico2H_02.png) no-repeat;
    background-position-x: 14px;
    background-position-y: 7px;
}

.liuCheng .center .content .ul_1.clear .l_3:hover {
    background: url(/template/images/ico2H_03.png) no-repeat;
    background-position-x: 13px;
    background-position-y: 5px;
}

.liuCheng .center .content .ul_1.clear .l_4:hover {
    background: url(/template/images/ico2H_04.png) no-repeat;
    background-position-x: 9px;
    background-position-y: 5px;
}

.liuCheng .center .content .ul_1.clear .l_5:hover {
    background: url(/template/images/ico2H_05.png) no-repeat;
    background-position-x: 12px;
    background-position-y: 8px;
}

.liuCheng .center .content .ul_1.clear .l_6:hover {
    background: url(/template/images/ico2H_06.png) no-repeat;
    background-position-x: 10px;
    background-position-y: 7px;
}

.liuCheng .center .content .ul_1.clear .l_7:hover {
    background: url(/template/images/ico2H_07.png) no-repeat;
    background-position-x: 9px;
    background-position-y: 7px;
}

.liuCheng .center .content .ul_1.clear .l_8:hover {
    background: url(/template/images/ico2H_08.png) no-repeat;
    background-position-x: 16px;
    background-position-y: 11px;
}

.youShi .bigTxt {
    padding-bottom: 18px;
    padding-left: 39px;
}

.youShi .bigTxt .s_1 {
    font-size: 22px;
    font-weight: bold;
    color: #0856b7;
}

.youShi .bigTxt .s_2 {
    font-size: 12px;
    color: #b5b5b5;
    text-transform: uppercase;
    padding-top: 3px;
}

.youShi .smallTxt {
    font-size: 17px;
    line-height: 38px;
    background: url(/template/images/bot.png) no-repeat center left;
    padding-left: 18px;
}

.about {
    padding: 1rem 0;
}

.about .content {
    padding-top: 0.8rem;
}

.about .content .left {
    font-size: 0.65rem;
}

.about .content .left .one {
    line-height: 180%;
    padding-bottom: 0.8rem;
    text-align: justify;
    text-indent: 2em;
}

.about .content .left .one p {
    margin: 0 !important;
    padding: 0 !important;
}

.about .content .left .one, .about .content .left .one p, .about .content .left .one span {
    font-size: 0.65rem !important;
    line-height: 180% !important;
    font-family: Microsoft YaHei !important;
}

.about .content .left .two {
    width: 50px;
    border-bottom: 1px solid #ccc;
}

.about .content .left .three {
    display: none;
}

.about .center .content .left .three a {
    position: absolute;
    display: block;
    top: 3.8rem;
    left: 30%;
    line-height: 1.7rem;
    color: #fff;
    background: url(/template/images/bt2.png) no-repeat center top;
    background-size: 100% 100%;
    width: 6rem;
    text-align: center;
}

.about .content .left .four {
    text-align: center;
    padding-bottom: 0.8rem;
}

.about .content .left .four .dl_2 dd {
    float: left;
    width: 33.3% !important;
    max-width: 33.3% !important;
    padding: 0 !important;
}

.about .content .left .four .dl_2 dd .s_1 {
    color: #0856b7;
    font-size: 0.6rem;
}

.about .content .left .four .dl_2 dd .s_1 span {
    font-size: 1rem;
    font-family: Impact;
    margin-right: 1%;
}

.about .content .left .four .dl_2 dd .s_2 {
    font-size: 0.5rem;
    padding-top: 0.2rem;
}

.about .content .ul_1 .right .one img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: 8rem;
}

.about .content .ul_1 .right .two {
    color: #fff;
    font-size: 0.6rem;
    line-height: 1.5rem;
    background: url(/template/images/about_02.jpg) no-repeat center right;
    background-size: auto 100%;
}

.about .center .content .ul_1.clear .right .two a {
    display: block;
    color: #fff;
    padding-left: 0.3rem;
}

.new .center .content .ul_1.clear .right .one.clear a {
    float: left;
    line-height: 38px;
    width: 135px;
    text-align: center;
    background: #dcdcdc;
    border-radius: 5px;
    margin-right: 9px;
    color: #111;
}

.new .center .content .ul_1.clear .right .one.clear a:hover {
    color: #fff;
    background: #0856b7;
}

.new .center .content .ul_1.clear .right .one.clear a:nth-child(3) {
    margin-right: 0;
}

.new .center .content .ul_1.clear .right .two a {
    line-height: 38px;
    display: block;
    padding-right: 20px;
    border-bottom: 1px solid #ccc;
    background: url(/template/images/jian.png) no-repeat center right;
}

.new .center .content {
    font-size: 16px;
}

.new .center .content .ul_1.clear .left {
    width: 835px;
}

.new .center .content .ul_1.clear .left .one .dl_2.clear .sub_left {
    width: 118px;
    color: #0856b7;
    font-size: 20px;
    text-align: center;
}

.new .center .content .ul_1.clear .left .one .dl_2.clear .sub_left .s_1 {
    font-weight: bold;
    text-transform: uppercase;
}

.new .center .content .ul_1.clear .left .one .dl_2.clear .sub_left .s_2 {
    font-size: 19px;
    letter-spacing: 1px;
}

.new .center .content .ul_1.clear .left .one .dl_2.clear .sub_right {
    width: 700px;
    line-height: 150%;
}

.new .center .content .ul_1.clear .left .one .dl_2.clear .sub_right a:hover {
    color: #0856b7;
}

.new .center .content .ul_1.clear .left .two {
    padding-top: 13px;
}

.new .center .content .ul_1.clear .left .two img {
    display: block;
}

.new .center .content .ul_1.clear .right {
    width: 423px;
}

.new .center .content .ul_1.clear .right .two {
    padding-top: 19px;
}

.f_feedback input[type="text"], .f_feedback textarea {
    font-size: 0.75rem;
    line-height: 1.3rem;
    width: 96%;
    max-width: 94.5%;
    display: block;
    padding: 0.3rem 2.5%;
    margin-bottom: 0.5rem;
    color: #666;
    font-family: "Microsoft YaHei";
    border-radius: 0.3rem;
    background: #f8f9ff;
    border: 0.05rem solid #afbaff;
}

.f_feedback input[type="text"] {
    max-width: 61%;
}

.f_feedback textarea {
    min-height: 8rem;
    margin-bottom: 0;
    line-height: 200%;
}

.f_feedback input.bt_1, .f_feedback .bt_2, .f_feedback .bt_3 {
    width: 48%;
    max-width: 48%;
    min-height: 1rem;
    padding: 0.2rem 0;
    border-radius: 0.2rem;
    background: #0856b7;
    border: 0;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.3rem;
    text-align: center;
}

.f_feedback .shareTitle2 {
    text-align: left;
    background: url(/template/images/txt_08.png) no-repeat;
    background-size: 63% auto;
}

.f_feedback .shareTitle2 div {
    display: inline-block;
}

.f_feedback .shareTitle2 .one {
    padding-top: 0.2rem;
    font-size: 0.9rem !important;
    padding-bottom: 0.2rem;
    font-weight: bold;
    color: #0856b7;
    padding-left: 6%;
    background: url(/template/images/txt_02.png) no-repeat center left;
    background-size: 0.68rem auto;
}

.f_feedback {
    padding: 1rem 0;
    margin: 0 1%;
    width: 100%;
    max-width: 98%;
    padding-bottom: 1.5rem;
}

.f_feedback .left {
    display: none;
}

.f_feedback .left .two {
    padding-top: 18px;
}

.f_feedback .left .two img {
    display: block;
}

.f_feedback .left .two .s_1 {
    line-height: 38px;
    font-size: 17px;
    text-align: center;
    color: #ccc;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    bottom: 0;
}

.f_feedback .right {
    position: relative;
}

.f_feedback .right .sub_2 {
}

.f_feedback .right .two form .s_2 {
    padding-top: 20px;
}

.fast .content {
    padding-top: 8px;
}

.fast .content dl {
    padding: 20px 0;
}

.fast .content .dl_1 {
}

.fast .center .content .sub_left {
    font-size: 20px;
    width: 160px;
    padding-top: 2px;
    text-align: center;
}

.fast .content .sub_left a {
    display: block;
    /* line-height: 120%; */
    border: 1px solid #b2e4ff;
    color: #0856b7;
    padding: 28px 20px;
}

.fast .center .content .sub_right {
    font-size: 17px;
    width: 1130px;
    padding: 10px 0;
    padding-left: 10px;
}

.fast .content .sub_right a {
    display: inline-block;
    text-align: center;
    line-height: 40px;
    width: 121px;
    background: url(/template/images/line.png) no-repeat center right;
}

.fast .center .content dd.sub_right a:hover, .fast .center .content dd.sub_right a.lastStyle {
    color: #0856b7;
}

.friendLink, .friendLink a {
    color: #b5b5b5 !important;
}

.proListBox .dl_2 {
    padding-right: 40px;
    border: 1px dotted #ccc;
    width: 950px;
    margin-bottom: 20px;
}

.proListBox .dl_2 .sub_left {
    width: 245px;
}

.proListBox .dl_2 .sub_left a img {
    display: block;
}

.proListBox .dl_2 .sub_right {
    width: 663px;
}

.proListBox .dl_2 .sub_right .one {
    padding-top: 20px;
    padding-bottom: 10px;
}

.proListBox .dl_2 .sub_right .one a {
    font-size: 20px;
    font-weight: bold;
    color: #0856b7;
}

.proListBox .dl_2 .sub_right .two {
    width: 30px;
    border-bottom: 2px solid #0856b7;
}

.proListBox .dl_2 .sub_right .three {
    font-size: 17px;
    padding: 20px 0;
    line-height: 180%;
    color: #666;
}

.proListBox .dl_2 .sub_right .four {
    text-align: right;
}

.proListBox .dl_2 .sub_right .four a {
    line-height: 33px;
    font-size: 16px;
    background: #21509f;
    border-radius: 8px;
    padding: 0 25px;
    color: #fff;
    display: inline-block;
}

.proListBox .dl_2 .sub_right .four a.bt_2 {
    background: #61b32b;
}

.chengJiao {
    padding: 1rem 0;
    margin-bottom: 0.5rem;
}

.chengJiao .title {
    color: #ddd;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5rem;
}

.chengJiao .title span {
    font-size: 0.6rem;
    color: #222;
    font-weight: normal;
    vertical-align: bottom;
}

.chengJiao .content {
    min-height: auto;
    background: url(/template/images/bj7.png) no-repeat;
    background-size: 52% 100%;
}

.chengJiao .content .dl_2 .sub_left {
    width: 100%;
    max-width: 55%;
    float: left;
}

.chengJiao .content .dl_2 .sub_left .one {
    color: #fff;
    padding-left: 0.8rem;
    line-height: 1.5rem;
}

.chengJiao .content .dl_2.clear .sub_left .one span {
    color: #c9ddf5;
}

.chengJiao .content .dl_2.clear .sub_left .two {
    padding: 0.6rem 0.5rem;
    padding-right: 1.1rem;
    padding-bottom: 0.2rem;
}

.chengJiao .content .dl_2 .sub_left .two .dl_3 .s_left {
    width: 100%;
    max-width: 44%;
    color: #fff;
    float: left;
    line-height: 2.1rem;
    text-indent: 0.1rem;
}

.chengJiao .content .dl_2 .sub_left .two .dl_3 .s_right {
    width: 100%;
    max-width: 55%;
    line-height: 150%;
    color: #888;
    text-align: right;
    font-size: 0.5rem;
    float: right;
    padding-top: 0.3rem;
    background: #fff;
    padding-right: 1%;
}

.chengJiao .content .dl_2.clear .sub_left .three {
    padding: 0.45rem 0.5rem;
    padding-right: 1.1rem;
    padding-bottom: 0.2rem;
    padding-top: 0;
}

.chengJiao .content .dl_2 .sub_left .three .dl_4 .s_left {
    width: 100%;
    max-width: 44%;
    color: #fff;
    float: left;
    line-height: 2rem;
    text-indent: 0.1rem;
}

.chengJiao .content .dl_2 .sub_left .three .dl_4 .s_right {
    width: 100%;
    max-width: 55%;
    line-height: 150%;
    color: #888;
    text-align: right;
    font-size: 0.5rem;
    float: right;
    padding-top: 0.3rem;
    background: #fff;
    padding-right: 1%;
}

.chengJiao .content .dl_2 .sub_right {
    width: 100%;
    max-width: 45%;
    float: right;
    font-size: 0.6rem;
    height: 7rem;
    overflow: hidden;
}

.chengJiao .content .dl_2 .sub_right .dl_4 {
    margin-bottom: 13px;
}

.chengJiao .content .dl_2 .sub_right .dl_4 .l_1 {
    color: #ff0000;
}

.chengJiao .content .dl_2 .sub_right .dl_4 .l_2 .s_2 {
    color: #999;
    padding-top: 3px;
}

.chengJiao .content .dl_2.clear .sub_right .dl_4.clear .s_right {
    color: #999;
}

.zhaoShang .bigTxt {
    font-size: 23px;
    font-weight: bold;
    color: #0856b7;
    padding-bottom: 19px;
}

.zhaoShang .smallTxt {
    font-size: 16px;
    color: #222;
    line-height: 37px;
    padding-left: 2px;
}

.zhaoShang {
    padding-top: 100px;
    padding-bottom: 50px;
}

.zhaoShang .center_1.center {
    background: url(/template/images/bj6.jpg) no-repeat center top;
}

.zhaoShang .center_1.center .title {
    text-align: center;
}

.zhaoShang .center_1.center .title .one {
    font-size: 25px;
    font-weight: bold;
    color: #0856b7;
    padding-top: 6px;
}

.zhaoShang .center_1.center .title .two {
    font-size: 17px;
    color: #222;
}

.zhaoShang .center_1.center .content {
    min-height: 1253px;
}

.zhaoShang .center_1.center .content .box_1 {
    padding-left: 739px;
    padding-top: 95px;
}

.zhaoShang .center_1.center .content .box_2 {
    padding-left: 52px;
    padding-top: 100px;
}

.zhaoShang .center_1.center .content .box_3 {
    padding-left: 731px;
    padding-top: 115px;
}

.zhaoShang .center_1.center .content .box_4 {
    padding-left: 47px;
    padding-top: 106px;
    width: 500px;
}

.proShow {
    padding: 1rem 0;
    padding-bottom: 0;
}

.proShow .left {
    display: none;
}

.proShow .right {
    width: 100%;
    max-width: 98%;
    margin: 0 1%;
}

.proShow .right .subTitle_2 {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    padding-top: 0.5rem;
    background: url(/template/images/ps_05.png) no-repeat center top;
    background-size: 75% auto;
    text-indent: 0.5rem;
    min-height: 2rem;
    margin-bottom: 0.3rem;
}

.proShow .right .subTitle_2 span {
    color: #0468c6;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0468c6), to(#283a5b));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.proShow .right .line_1 .dl_1 .sub_left {
    text-align: center;
    padding-top: 2.6rem;
}

.proShow .right .line_1 .dl_1 .sub_left img {
    width: 100%;
    max-width: 80%;
}

.proShow .right .line_1 .dl_1 .sub_right {
}

.proShow .right .line_1 .sub_right .two table, .proShow .right .line_1 .sub_right .two table td {
    border: 0.05rem solid #bdd2e8 !important;
    text-align: center !important;
    font-size: 0.65rem !important;
    line-height: 160% !important;
    border-collapse: collapse !important;
}

.proShow .right .line_1 .sub_right .two table {
    width: 100% !important;
    max-width: 100% !important;
    background: #fafcff !important;
    height: auto !important;
}

.proShow .right .line_1 .sub_right .two p, .proShow .right .line_1 .sub_right .two span {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.65rem !important;
    line-height: 160% !important;
}

.proShow .right .line_1 .sub_right .two table td:nth-child(1), .proShow .right .line_1 .sub_right .two table td:nth-child(3) {
    background: #f0f3f9 !important;
    width: 20% !important;
}

.proShow .right .chengJiao .content .dl_2 {
    border: 0.05rem dashed #ccc;
    height: 7rem;
    overflow: hidden;
}

.proShow .right .proTitle {
    line-height: 1.5rem;
    padding-bottom: 0.2rem;
    background: url(/template/images/line5.png) no-repeat right bottom;
    background-size: auto 0.25rem;
}

.proShow .right .proTitle .one {
    font-size: 0.9rem;
    color: #000;
    font-weight: bold;
    padding-left: 1.68rem;
    padding-right: 0.2rem;
}

.proShow .right .proTitle .two {
    font-size: 0.5rem;
    color: #888;
    text-transform: uppercase;
}

.proShow .right .proContent img {
    max-width: 100%;
}

.proShow .right .proContent {
    padding: 0.5rem 2%;
    padding-bottom: 1rem;
}

.proShow .right .proContent, .proShow .right .proContent p, .proShow .right .proContent span {
    font-size: 0.7rem !important;
    line-height: 180% !important;
    text-indent: 0 !important;
}

.proShow .right .proContent p {
    margin: 0 !important;
    padding-bottom: 0.2rem !important;
}

.proShow .center .ul_1.clear .right .line_1 {
    padding: 0.5rem 1%;
    background: #fff;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 6px #ccc;
    position: relative;
}

.proShow .ul_1 .right .line_1 .dl_1 .sub_right {
    padding-top: 1rem;
}

.proShow .ul_1 .right .line_1 .dl_1 .sub_right .one {
    font-size: 1rem;
    color: #0856b7;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0.5rem;
    padding-top: 0.3rem;
    background: url(/template/images/ps_01.png) no-repeat center top;
    background-size: 60% auto;
    position: absolute;
    width: 100%;
    max-width: 100%;
    top: 1rem;
}

.proShow .ul_1 .right .line_1 .dl_1 .sub_right .one h3 {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 1rem;
    color: #0468c6;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0468c6), to(#283a5b));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.proShow .ul_1 .right .line_1 .dl_1 .sub_right .two {
}

.proShow .right .line_1 .dl_1 .sub_right .three {
    font-size: 0.7rem;
    padding: 0.5rem 0;
    color: #666;
}

.proShow .ul_1 .right .line_1 .dl_1 .sub_right .three span {
    color: #0c74ff;
}

.proShow .ul_1 .right .line_1 .dl_1 .sub_right .four {
    width: 190px;
}

.proShow .ul_1 .right .line_1 .dl_1 .sub_right .five {
    padding-top: 8px;
    line-height: 31px;
}

.proShow .ul_1 .right .line_1 .dl_1 .sub_right .five .dl_2.clear .s_right {
    font-size: 15px;
}

.proShow .ul_1 .right .line_1 .dl_1 .sub_right .five .dl_2.clear .s_right .bt_1 {
    display: inline-block;
    color: #fff;
    background: #21509f;
    padding: 0 16px;
    border-radius: 8px;
}

.proShow .ul_1 .right .line_1 .dl_1 .sub_right .five .dl_2.clear .s_right .bt_2 {
    display: inline-block;
    color: #fff;
    background: #61b42c;
    padding: 0 16px;
    border-radius: 8px;
}

.proShow .center .ul_1.clear .right .line_3 .title {
    text-align: center;
    background: url(/template/images/t10.png) no-repeat center top;
    background-position-y: 14px;
}

.proShow .center .ul_1.clear .right .line_3 .title .one {
    font-size: 21px;
    font-weight: bold;
    color: #0856b7;
    padding-bottom: 15px;
}

.proShow .center .ul_1.clear .right .line_3 .title .one h2 {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 21px;
}

.proShow .center .ul_1.clear .right .line_3 .title .two {
    font-size: 12px;
    text-transform: uppercase;
    color: #888;
}

.proShow .right .line_4 .proContent table {
    max-width: 100% !important;
    border: 0 !important;
}

.proShow .right .line_4 .proContent table td {
    border: 0 !important;
}

.proShow .right .line_4 .proContent table td:nth-child(1) {
    width: 70%;
    vertical-align: top;
    padding-right: 3%;
}

.proShow .right .line_4 .proContent table td:nth-child(2) {
    width: 30%;
}

.proShow .right .line_5 .proContent table {
    width: 100% !important;
    border: 0 !important;
}

.proShow .right .line_5 .proContent table td {
    border: 0 !important;
}

.proShow .right .line_6 .proContent {
}

.proShow .right .line_6 .proContent table, .proShow .right .line_6 .proContent table td {
    border: 0 !important;
}

.proShow .right .line_6 .proContent p {
    background: url(/template/images/bot2.png) no-repeat center left !important;
    background-size: 0.2rem auto !important;
    background-position-y: 0.55rem !important;
    padding-left: 3% !important;
}

.proShow .center .ul_1.clear .right .line_8 .proContent .one {
    font-size: 20px;
    font-weight: bold;
    padding-left: 17px;
    background: url(/template/images/jian3.png) no-repeat center left;
    margin-bottom: 10px;
    padding-top: 1px;
}

.proShow .center .ul_1.clear .right .line_8 .proContent .one span {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px !important;
    color: #888;
    display: inline-block;
    margin-left: 10px;
}

.proShow .right .line_8 .proContent .two {
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
}

.proShow .right .line_8 .proContent table, .proShow .right .line_8 .proContent table td {
    font-size: 17px !important;
}

.proShow .right .line_8 .proContent table td {
    padding: 0 5px !important;
}

.proShow .right .line_8 .proContent table {
    width: 100% !important;
    border-collapse: collapse;
}

.proShow .right .line_8 .proContent p, .proShow .right .line_8 .proContent span {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 17px !important;
}

.proShow .right .line_8 .proContent .two table, .proShow .right .line_8 .proContent .two table td {
    border: 0 !important;
}

.proShow .right .line_8 .proContent .three table {
    background: #f5f5f6 !important;
}

.proShow .right .line_8 .proContent .three table, .proShow .right .line_8 .proContent .three table td {
    border: 1px solid #ddd !important;
}

.inYouShi .bigTxt {
    padding-bottom: 13px;
    padding-left: 30px;
}

.inYouShi .bigTxt .s_1 {
    font-size: 23px;
    font-weight: bold;
    color: #0856b7;
}

.inYouShi .bigTxt .s_2 {
    font-size: 12px;
    color: #b5b5b5;
    text-transform: uppercase;
    padding-top: 3px;
}

.inYouShi .smallTxt {
    font-size: 17px;
    line-height: 38px;
    background: url(/template/images/bot.png) no-repeat center left;
    padding-left: 18px;
}

.leftConatct {
    border: 1px solid #ccc;
    margin: 20px 0;
}

.leftConatct .title {
    background: #313131;
    color: #fff;
    min-height: 66px;
    text-align: center;
}

.in_new .leftConatct .title {
    background: #0856b7;
}

.leftConatct .title .one {
    font-size: 20px;
    padding-top: 13px;
}

.leftConatct .title .two {
    font-size: 12px;
    text-transform: uppercase;
}

.leftConatct .content {
    font-size: 16px;
    padding: 20px;
    line-height: 160%;
}

.leftConatct .content .one {
    padding-left: 23px;
    padding-bottom: 20px;
    background: url(/template/images/ico3_01.png) no-repeat;
    background-position-y: 6px;
}

.leftConatct .content .one span {
    font-size: 22px;
}

.leftConatct .content .two {
    background: url(/template/images/ico3_01.png) no-repeat;
    background-position-y: 6px;
    padding-left: 23px;
}

.leftConatct2 {
    padding: 20px 18px;
    background: #f1f6fd;
    border-radius: 10px;
    border: 1px solid #eee;
}

.leftConatct2 .one img {
    display: block;
    margin: 0 auto;
    border-radius: 3px;
}

.leftConatct2 .two {
    font-size: 13px;
    padding: 15px 0;
    color: #888;
    line-height: 180%;
}

.leftConatct2 .three {
    text-align: right;
}

.leftConatct2 .three a {
    display: inline-block;
    line-height: 25px;
    font-size: 15px;
    color: #fff;
    padding: 0 10px;
    background: #21509f;
    border-radius: 8px;
}

.in_new {
    padding: 1rem 0;
}

.in_new .left {
}

.in_new .right {
    padding-top: 0.3rem;
}

.newType .one {
    color: #fff;
    text-align: center;
    background: url(/template/images/left_title.png) no-repeat center top;
    min-height: 119px;
    margin-bottom: 1px;
}

.newType .one .s_1 {
    font-size: 26px;
    font-weight: bold;
    padding-top: 35px;
    letter-spacing: 3px;
}

.newType .one .s_2 {
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 5px;
}

.newType .two {
    padding-top: 2px;
}

.newType .two .ul_5 .bigType .li_3 a:hover {
    background: url(/uploadfile/ico5H_03.png) no-repeat center left !important;
    background-size: 0.68rem auto !important;
    background-position-x: 0.38rem !important;
}

.newType .two .ul_5 .bigType.fa {
    display: none;
}

.newType .two .ul_5 .bigType.fa a {
    color: #0545be;
    background: url(/template/images/jian5.png) no-repeat center right;
    background-position-x: 205px;
}

.shareList {
}

.shareList .sBox {
}

.shareList .sBox .dl_3 {
    padding: 0.3rem 1%;
    background: #f7f7f7;
    margin-bottom: 0.3rem;
    max-width: 98%;
}

.shareList .sBox .dl_3 .l_1 {
    text-align: center;
    color: #2a60aa;
    width: 20%;
    max-width: 18%;
    border-right: 0.1rem solid #ccc;
    padding: 0.3rem 0;
}

.shareList .sBox .dl_3 .l_1 .one {
    font-size: 1.5rem;
    font-weight: bold;
}

.shareList .sBox .dl_3 .l_1 .two {
    font-size: 0.6rem;
}

.shareList .sBox .dl_3 .l_2 {
    width: 48%;
    max-width: 48%;
    padding-left: 2%;
    text-align: left;
}

.shareList .sBox .dl_3.clear .l_2 .one {
    font-size: 0.6rem;
    color: #999;
    padding-top: 0.1rem;
}

.shareList .sBox .dl_3 .l_2 .one a {
    font-size: 0.75rem;
    vertical-align: middle;
    font-weight: bold;
    color: #333;
}

.shareList .sBox .dl_3.clear .l_2 .one a:hover {
    color: #2a60aa;
}

.shareList .sBox .dl_3 .l_2 .two {
    display: none;
}

.shareList .sBox .dl_3 .l_2 .three {
    line-height: 150%;
    color: #666;
    padding-top: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.shareList .sBox .dl_3 .l_3 {
    width: 36%;
    max-width: 30%;
    float: right;
}

.shareList .sBox .dl_3 .l_3 a img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 3.4rem;
    border-radius: 0.3rem;
}

.xg_pro {
    padding: 0.3rem 0;
    padding-top: 0.8rem;
}

.xg_pro .s_title {
    font-size: 0.8rem;
    font-weight: bold;
}

.xg_pro .s_title .sub_left {
    color: #0856b7;
}

.xg_pro .r_list {
    padding-top: 0.5rem;
}

.xg_pro .r_list .item {
    float: left;
    width: 55%;
    max-width: 49%;
    text-align: center;
    padding-top: 0.2rem;
    margin-right: 2%;
    background: #fff;
    -moz-box-shadow: 0px 1px 3px #c3dfef;
    -webkit-box-shadow: 0px 1px 3px #c3dfef;
    box-shadow: 0px 1px 5px #b9d6e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.xg_pro .r_list li:nth-child(2) {
    margin-right: 0;
}

.xg_pro .r_list .item a {
    display: block;
}

.xg_pro .r_list .item a .txt {
    line-height: 1.5rem;
    font-size: 0.7rem;
    text-align: center;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
}

.xg_pro .r_list .item a img {
    width: 100%;
    max-width: 93%;
    height: 6.8rem;
}

.xg_pro .r_list .item a:hover {
    color: #0856b7;
}

.in_about {
}

.in_about .line_2 {
    padding: 1rem 0;
    padding-bottom: 0.3rem;
}

.in_about .line_2 .content {
    font-size: 0.6rem;
    padding-top: 0.5rem;
}

.in_about .line_2 .content .ul_1 li {
    padding-left: 3rem !important;
    margin-bottom: 0.5rem;
    padding-right: 0 !important;
}

.in_about .line_2 .center .content .ul_1.clear li .one {
    font-weight: bold;
    font-size: 0.75rem;
    padding-bottom: 0.1rem;
    color: #333;
}

.in_about .line_2 .center .content .ul_1.clear li .two {
    line-height: 150%;
    color: #888;
}

.in_contact {
    padding-top: 1rem;
}

.in_contact .line_1 {
    background: url(/template/images/bj11.jpg) no-repeat center right;
    font-size: 0.6rem;
    color: #000;
    background-size: auto 100%;
    min-height: 6.5rem;
    background-position-x: 85%;
}

.in_contact .line_1 .box {
    padding-top: 0.9rem;
    line-height: 180%;
    width: 100%;
    max-width: 64%;
    margin: 0;
    padding-left: 3%;
}

.in_contact .line_2 {
    padding-top: 1rem;
}

.in_contact .line_2 .ul_1 li {
    font-size: 0.55rem;
    text-align: center;
}

.in_contact .line_2 .center .ul_1.clear .first {
    color: #0856b7;
    text-align: center;
    width: 30%;
    max-width: 30%;
    padding-top: 3rem;
    background: #dfe6f0;
    border-top: 0.2rem solid #0856b7;
    min-height: 4.75rem;
    float: left;
}

.in_contact .line_2 .center .ul_1.clear .first .one {
    font-size: 0.75rem;
    font-weight: bold;
}

.in_contact .line_2 .center .ul_1.clear .first .two {
    font-size: 0.45rem;
    text-transform: uppercase;
}

.in_contact .line_3 {
    padding-bottom: 0.5rem;
}

.newType .two .subType a {
    background: url(/template/images/navIcoH.png) no-repeat center left;
    background-size: 0.6rem auto;
    background-position-x: 0.38rem;
}

.newType .two .smallType a {
    display: block;
    font-size: 14px;
    line-height: 45px;
    text-indent: 56px;
    background: url(/template/images/smallType3.png) no-repeat center left;
    background-position-x: 20px;
}

.newType .two .smallType a:hover {
    background: url(/template/images/smallType3H.png) no-repeat center left;
    background-position-x: 20px;
    color: #074fbc;
}

.newShow .right .line_3 {
    color: #666;
    padding: 0.5rem 0;
}

.newShow .center .ul_1.clear .right .line_3 img {
    max-width: 100% !important;
}

.newShow .center .ul_1.clear .right .line_3 table {
    max-width: 100% !important;
}

.newShow .center .ul_1.clear .right .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0.3rem !important;
}

.newShow .right .line_3, .newShow .right .line_3 p, .newShow .right .line_3 span {
    color: #111;
    font-size: 0.7rem!important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
}

.newShow .center .ul_1.clear .right .line_3 .s_title {
    padding: 0.5rem 0;
}

.newShow .center .ul_1.clear .right .line_3 .s_title span {
    font-weight: bold;
    font-size: 0.7rem;
    color: #fff;
    background: #60b22a;
    padding: 0 0.38rem;
    display: inline-block;
}

.newShow .center .ul_1.clear .right .line_3 .s_txt {
    padding-bottom: 0.5rem;
}

.xgFa {
    padding-top: 32px;
}

.xgFa .s_title {
    color: #fff;
    text-align: center;
    min-height: 60px;
    background: url(/template/images/t21.png) no-repeat center top;
}

.xgFa .s_title .one {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 1px;
    padding-top: 7px;
}

.xgFa .s_title .two {
    font-size: 12px;
    text-transform: uppercase;
}

.xgFa .xgNew2 {
    padding-top: 15px;
}

.xgFa .xgNew2 .dl_2.clear {
    padding: 20px 0;
    border-bottom: 1px dotted #ccc;
}

.xgFa .xgNew2 .dl_2.clear .sub_right {
    width: 610px;
}

.xgFa .xgNew2 .dl_2.clear .sub_right div {
    padding: 8px 0;
    border-bottom: 1px dotted #ccc;
    color: #666;
}

.xgFa .xgNew2 .dl_2.clear .sub_right div:nth-child(3) {
    border-bottom: 0;
    line-height: 150%;
}

.xgFa .xgNew2 .dl_2.clear .sub_right span {
    color: #0856b7;
}

.xgFa .xgNew2 .dl_2.clear .sub_right .s_right {
    width: 530px;
}

.xgFa .xgNew2 .xgTel {
    text-align: right;
    padding-top: 30px;
    padding-bottom: 10px;
}

.xgFa .xgNew2 .xgTel div {
    line-height: 48px;
    display: inline-block;
    width: 370px;
    border-radius: 15px;
    color: #fff;
    font-size: 17px;
    background: url(/template/images/tel2.png) no-repeat center left;
    background-color: #0856b7;
    background-position-x: 25px;
    text-align: left;
    text-indent: 58px;
}

.xgFa .xgNew2 .xgTel div span {
    font-size: 25px;
    font-weight: bold;
}

.t_wel {
    display: none;
}

.t_wel a {
    color: #666;
}

.t_wel .right a {
    padding-left: 23px;
    margin-right: 13px;
    display: inline-block;
}

.t_wel .right a.first {
    position: relative;
}

.t_wel .right a.first .wap_ewm {
    position: absolute;
    left: -27px;
    top: 10px;
    width: 160px;
    min-height: 174px;
    background: url(/template/images/bj_ewm.png) no-repeat bottom left;
    padding-top: 19px;
    display: none;
    background-position-y: 19px;
}

.t_wel .right a.first .wap_ewm img {
    padding-top: 20px;
    padding-left: 6px;
}

.t_wel .right a:nth-child(1) {
    background: url(/template/images/t_02.png) no-repeat center left;
}

.t_wel .right a:nth-child(2) {
    background: url(/template/images/t_03.png) no-repeat center left;
    padding-left: 23px;
}

.t_wel .right a:nth-child(3) {
    background: url(/template/images/t_04.png) no-repeat center left;
    padding-left: 25px;
}

.t_wel .right a:nth-child(4) {
    background: url(/template/images/ico_05.png) no-repeat center left;
    padding-left: 25px;
    margin-right: 0;
}

.t_wel .left {
    padding-left: 28px;
    background: url(/template/images/ico_01.png) no-repeat center left;
}

.t_logo {
    padding: 0.5rem 0;
    /* padding-top: 0.7rem; */
}

.t_logo .ul_1 {
}

.t_logo .ul_1 .l_1 {
    position: relative;
}

.t_logo .ul_1 .l_1 img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: auto;
}

.t_logo .ul_1 .l_1 .txt {
    width: 83%;
    max-width: 63%;
    padding-left: 2%;
    display: inline-block;
    vertical-align: middle;
}

.t_logo .ul_1 .l_1 .txt .one {
    font-size: 0.78rem;
    margin: 0;
    font-weight: bold;
    color: #054ea9;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0084ff), to(#054ea9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.t_logo .ul_1 .l_1 .txt.inline .one span {
    font-size: 40px;
    color: #ff6000;
    font-family: 'Impact';
    font-weight: normal;
    position: relative;
    top: 5px;
}

.t_logo .ul_1 .l_1 .txt.inline .two {
    display: block;
    font-size: 0.6rem;
    color: #112b4f;
    text-transform: uppercase;
}

.t_logo .ul_1 .l_2 {
    display: none;
}

.t_logo .ul_1 .l_2 strong {
    display: inline-block;
    margin-right: 47.5px;
}

.t_logo .ul_1 .right {

    display: none;
}

.t_logo .ul_1 .right .sub_left .one {
    font-size: 16px;
    line-height: 22px;
    color: #0c4eb0;
}

.t_logo .ul_1 .right .sub_left .two {
    font-size: 18px;
    color: #232323;
    text-transform: uppercase;
}

.t_logo .ul_1 .right .sub_right {
    font-size: 35px;
    font-family: 'Impact';
    padding-left: 10px;
    letter-spacing: 1px;
}

.t_logo .ul_1 .l_2 dd {
    float: left;
    width: 48px;
    min-height: 48px;
    background: url(/template/images/box_01.png) no-repeat;
    margin-right: 13px;
    padding-left: 50px;
    line-height: 120%;
    padding-top: 5px;
    letter-spacing: 2px;
}

.t_logo .ul_1 .l_1 h3 {
    width: 100%;
    max-width: 25%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 2%;
}

.t_logo .ul_1 .l_2 .s1 {
}

.t_logo .ul_1 .l_2 .s2 {
    background: url(/template/images/box_03.png) no-repeat;
}

.t_logo .ul_1 .l_2 .s3 {
    background: url(/template/images/box_02.png) no-repeat;
}

.t_logo .ul_1 .l_2 .s4 {
    background: url(/template/images/box_04.png) no-repeat;
}

.t_box {
}

.t_wel .right a:last-child {
    margin-right: 0;
}

.pro .shareTitle2 .one {
    padding: 0;
    background: url(/template/images/txt_02.png) no-repeat center left;
    background-size: 0.68rem auto;
    display: inline-block;
    padding-left: 1rem;
    margin-bottom: 0.35rem;
}

.pro .shareTitle2 .two {
    color: #fff;
    background: url(/template/images/txt_05.png) no-repeat center top;
    background-size: auto 100%;
    line-height: 1.1rem;
}

.pro .content .line_1 .dl_1 .sub_left .s_1 .cn {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

.pro .content .line_1 .dl_1 .sub_left .s_1 .en {
    font-size: 0.48rem;
    text-transform: uppercase;
}

.pro .content .line_1 dl a:hover {
    color: #0856b7;
    font-weight: bold;
}

.pro .content .line_2 .item .three {
    text-align: center;
    line-height: 1.6rem;
}

.pro .content .line_2 .item .four {
    font-size: 0.6rem;
    text-align: center;
}

.pro .content .line_2 .item .four a {
    display: inline-block;
    width: 100%;
    max-width: 48%;
    text-align: center;
    line-height: 1.3rem;
    border-radius: 0.3rem;
}

.pro .content .line_2 .item .four a:first-child {
    color: #fff;
    background: url(/template/images/bt.png) no-repeat center;
    background-size: 110% 100%;
}

.pro .content .line_2 .item .four a:last-child {
    color: #05589d;
    border: 0.05rem solid #05589d;
    line-height: 1.2rem;
}

.pro .pageNumber {
    text-align: center;
}

.pro .pageNumber a {
    padding: 0 0.5rem;
    line-height: 1.5rem;
    display: inline-block;
    background: #fff;
}

.pro .pageNumber a:last-child {
    margin-right: 0;
}

.youShi {
    padding-top: 1.3rem;
    padding-bottom: 0.5rem;
}

.youShi .shareTitle3 {
    text-align: center;
}

.youShi .shareTitle3 .one {
    font-size: 0.8rem;
    color: #262626;
    font-weight: bold;
    background: url(/template/images/ysTitle_01.png) no-repeat center top;
    background-size: 68% auto;
    line-height: 1.38rem;
}

.youShi .shareTitle3 .two {
    font-size: 1rem;
    color: #0856b7;
    font-weight: bold;
    padding: 0.3rem 0;
    padding-bottom: 0.5rem;
}

.youShi .shareTitle3 .three {
    font-size: 0.5rem;
    color: #fff;
    background: url(/template/images/ysTitle_02.png) no-repeat center;
    background-size: 100% 1rem;
    line-height: 1rem;
    padding-bottom: 0.05rem;
    text-align: left;
}

.youShi .content {
    padding-top: 1rem;
}

.youShi .content .box_1 {
    padding-top: 105px;
    padding-left: 16px;
}

.youShi .content .box_2 {
    padding-top: 172px;
    padding-left: 850px;
}

.youShi .content .box_3 {
    padding-top: 133px;
    padding-left: 18px;
}

.youShi .content .box_4 {
    padding-top: 178px;
    padding-left: 903px;
}

.youShi .shareTitle3 .three span {
    display: inline-block;
    vertical-align: middle;
}

.youShi .shareTitle3 .three span:first-child {
    text-indent: 0.7rem;
}

.youShi .shareTitle3 .three span:last-child {
    margin-left: 1.38rem;
}

.about .shareTitle2 {
    padding-top: 0.1rem;
    background: url(/template/images/t10.png) no-repeat center top;
    background-size: 13rem auto;
    min-height: 2rem;
}

.about .shareTitle2 .one {
    padding-top: 0;
    padding-bottom: 0.8rem;
}

.about .shareTitle2 .two {
    font-size: 0.6rem;
    color: #888;
}

.new {
    display: none;
}

.new .shareTitle2 {
    background: url(/template/images/t5.png) no-repeat center top;
    text-indent: 39px;
}

.new .shareTitle2 .one {
    font-size: 33px;
    padding-top: 11px;
}

.new .shareTitle2 .two {
    font-size: 17px;
}

.f_feedback .shareTitle2 .s_1 {
    font-size: 17px;
    color: #777;
    padding-top: 5px;
    letter-spacing: 1px;
}

.f_feedback .shareTitle2 .two {
    font-size: 0.6rem;
    color: #888;
}

.f_feedback .right .sub_1 {
}

.f_feedback .right .sub_2 .s_2 {
}

.f_feedback .right .sub_2 .s_2 input[type="submit"] {
    float: left;
    background: url(/template/images/fb_bt_01.png) no-repeat;
    background-size: 100% 100%;
}

.f_feedback .left .shareTitle2 {
    padding-top: 10px;
}

.fast {
    display: none;
}

.fast .shareTitle2 {
    background: url(/template/images/t8.png) no-repeat center bottom;
    min-height: auto;
    padding-bottom: 26px;
}

.fast .shareTitle2 .one {
    font-size: 20px;
    color: #111;
}

.fast .shareTitle2 .one span {
    color: #0856b7;
}

.fast .content .sub_left .cn {
    font-weight: bold;
}

.fast .content .sub_left .en {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.7);
    white-space: nowrap;
    transform-origin: left;
    text-indent: 6px;
}

.fast .content .sub_left a span {
    display: block;
}

.fast .content .sub_right a:last-child {
    background: none;
    color: #0856b7;
}

.f_contact {
    background: url(/template/images/fcontact.jpg) no-repeat center top;
    background-size: cover;
    padding: 1rem 2%;
}

.f_contact .ul_1 {
}

.f_contact .ul_1 .l_1 {
    float: none;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
    margin-right: 0;
}

.f_contact .ul_1 .l_1 .one {
    float: right;
    line-height: 150%;
}

.f_contact .ul_1 .l_1 .one .cn {
    font-size: 0.8rem;
    font-weight: bold;
}

.f_contact .ul_1 .l_1 .one .en {
}

.f_contact .ul_1 .l_1 .two {
    font-size: 18px;
    padding-top: 18px;
    line-height: 150%;
    text-align: center;
}

.f_contact .ul_1 .l_1 .two .sub_left {
}

.f_contact .ul_1 .l_1 .two .sub_left .s1 {
    font-size: 28px;
}

.f_contact .ul_1 .l_1 .two .sub_left .s2 {
    color: #cb0202;
}

.f_contact .ul_1 .l_1 .two .sub_right {
    padding-top: 18px;
    letter-spacing: 1.8px;
    padding-right: 12px;
}

.f_contact .ul_1 .l_1 .three {
    padding-top: 11px;
}

.f_contact .ul_1 .l_1 .three .sub_left {
    padding-left: 56px;
    letter-spacing: 1px;
    padding-top: 13px;
}

.f_contact .ul_1 .l_1 .three .sub_left .s1 {
    font-size: 16px;
}

.f_contact .ul_1 .l_1 .three .sub_left .s2 {
    font-size: 28px;
    font-family: Impact;
}

.f_contact .ul_1 .l_1 .three .sub_right {
    font-size: 15px;
    padding-right: 8px;
}

.f_contact .ul_1 .l_1 .three .sub_right a {
    color: #fff;
    display: block;
    width: 117px;
    line-height: 32px;
    text-indent: 37px;
    margin-bottom: 4px;
}

.f_contact .ul_1 .l_1 .two .dl_3 {
}

.f_contact .ul_1 .l_1 .two .dl_3 dd {
    width: 68px;
    text-align: center;
    margin-right: 10px;
    font-weight: bold;
    background: rgba(192,242,255,0.32);
    border: 1px solid #aad0e9;
    border-radius: 15px;
    padding: 7px 0;
    display: inline-block;
}

.f_contact .ul_1 .l_1 .two .dl_3 dd.s1 {
    margin-left: 2px;
}

.f_contact .line_2 {
    padding-top: 13px;
    font-size: 17px;
    padding-bottom: 13px;
}

.f_contact .line_3 {
    font-size: 13px;
    line-height: 180%;
}

.bq {
    line-height: 43px;
    font-size: 14px;
    background: url(/template/images/bq.png) repeat-x;
    color: #fff;
    text-align: center;
}

.bq a {
    color: #fff !important;
}

.bq span, .bq p {
    color: #fff !important;
    font-size: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.bq .l_1 {
    width: 43%;
}

.bq .l_2 {
    width: 30%;
}

.bq .l_3 {
    max-width: 26%;
}

.bq p {
    display: inline-block;
}

.f_contact .ul_1 li {
    float: left;
    width: 100%;
    max-width: 49%;
    margin-bottom: 0.8rem;
    margin-right: 2%;
}

.f_contact .ul_1 .l_1 .f_logo {
    width: 50%;
    max-width: 28%;
    float: left;
}

.f_contact .ul_1 .l_1 .two .dl_3 dd:last-child {
    margin: 0;
}

.f_contact .ul_1 li .sTitle {
    font-size: 0.75rem;
    font-weight: bold;
    background: url(/template/images/line3.png) no-repeat left bottom;
    background-size: auto 0.08rem;
    padding-bottom: 0.3rem;
    margin-bottom: 0.38rem;
}

.f_contact .ul_1 li .sTxt {
}

.f_contact .ul_1 li .sTxt {
    font-size: 0.65rem;
    line-height: 180%;
    padding-left: 0.8rem;
    background: url(/template/images/callIco.png) no-repeat;
    background-size: 0.55rem auto;
    background-position-y: 0.3rem;
}

.f_contact .ul_1 li .sTxt p,.f_contact .ul_1 li .sTxt span {
    font-size: 0.65rem !important;
    margin: 0 !important;
}

.f_contact .ul_1 .l_2 {
}

.f_contact .ul_1 .l_3 {
}

.f_contact .ul_1 .l_4 {
}

.f_contact .ul_1 .l_5 {
    text-align: center;
}

.shareProList .item {
    width: 100%;
    max-width: 46.5%;
    background: #fff;
    float: left;
    font-size: 0.7rem;
    margin-right: 1.5%;
    margin-bottom: 0.5rem;
    padding: 0.2rem 1.3%;
    padding-bottom: 0.38rem;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    -moz-box-shadow: 0px 1px 6px #a6d2ec;
    -webkit-box-shadow: 0px 1px 6px #a6d2ec;
    box-shadow: 0px 1px 5px #a6d2ec;
}

.shareProList .item:nth-child(2), .shareProList .item:nth-child(4), .shareProList .item:nth-child(6), .shareProList .item:nth-child(8), .shareProList .item:nth-child(10), .shareProList .item:nth-child(12), .shareProList .item:nth-child(14), .shareProList .item:nth-child(16) {
    margin-right: 0;
}

.shareProList .item .one {
}

.shareProList .item .one a img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 7.5rem;
}

.shareProList .item .two {
    line-height: 32px;
    font-size: 17px;
}

.shareProList .item .two .dl_2 {
    width: 90%;
    margin: 0 5%;
}

.shareProList .item .two .dl_2 .sub_left {
    width: 66%;
}

.shareProList .item .two .dl_2 .sub_right a {
    color: #0856b7;
}

.shareProList .item .three {
    text-align: center;
    line-height: 1.6rem;
}

.shareProList .item .four {
    font-size: 0.6rem;
    text-align: center;
}

.shareProList .item .four a {
    display: inline-block;
    width: 100%;
    max-width: 48%;
    text-align: center;
    line-height: 1.3rem;
    border-radius: 0.3rem;
}

.shareProList .item .four a:first-child {
    color: #fff;
    background: url(/template/images/bt.png) no-repeat center;
    background-size: 110% 100%;
}

.shareProList .item .four a:last-child {
    color: #05589d;
    border: 0.05rem solid #05589d;
    line-height: 1.2rem;
}

.proTypeNav {
}

.proTypeNav .content {
    border: 0.05rem solid #b3dcff;
    -moz-box-shadow: 1px 1px 5px #c9e8fb;
    -webkit-box-shadow: 1px 1px 5px #c9e8fb;
    box-shadow: 1px 1px 5px #c9e8fb;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.proTypeNav .content .ul_1 {
    padding: 0.2rem 0;
}

.proTypeNav .content a {
    display: block;
}

.proTypeNav .content li {
    width: 100%;
    max-width: 33.333%;
    float: left;
    text-align: center;
    line-height: 1.8rem;
    border-bottom: 0.05rem dotted #ddd;
    background: url(/template/images/line.png) no-repeat center right;
    background-size: 0.05rem 0.8rem;
}

.proTypeNav .content .bigNav a {
}

.proTypeNav .content .bigNav a.currentNew, .proTypeNav .content .bigNav a:hover {
}

.proTypeNav .content .smallNav {
    background: url(/template/images/sNav2_md.png) no-repeat center left;
    padding-left: 34px;
    background-position-x: 23px;
    line-height: 43px;
}

.proTypeNav .content .smallNav a {
    font-size: 18px;
    color: #1e1e1e;
    display: block;
    padding-left: 25px;
}

.proTypeNav .content .smallNav.lastStyle a {
    color: #18519b;
}

.proTypeNav .content .smallNav.currentNav a, .proTypeNav .content .smallNav a:hover {
    color: #0457b7;
    font-weight: bold;
}

.proTypeNav .content .subBox {
    border: 0.05rem solid #ddd;
}

.proTypeNav .content .subBox li:first-child {
    background: url(/template/images/bigNavBj.png) repeat-x;
    background-size: 100% 100%;
}

.proTypeNav .content .subBox li:last-child {
    background: url(/template/images/sNav2_bd.png) no-repeat;
    background-position-x: 23px;
    background-position-y: -20px;
}

.proTypeNav .content .smallNav.setLi a {
    padding-left: 30px;
}

.proTypeNav .content .subBox li.setLi:first-child {
    background: url(/template/images/sNav_td.png) no-repeat;
    background-position-x: 23px;
    background-position-y: 16px;
}

.proTypeNav .content .subBox li.setLi:last-child {
    background: url(/template/images/sNav_bd.png) no-repeat;
    background-position-x: 23px;
    background-position-y: -20px;
}

.proTypeNav .content .smallNav.setLi {
    background: url(/template/images/sNav_md.png) no-repeat center left;
    background-position-x: 23px;
}

.proTypeNav .l_Title {
    padding: 0.5rem 0;
    text-align: center;
    background: #d8f2fc;
    background: -webkit-linear-gradient(top, #d8f2fc, #fff, #d8f2fc);
    background: -o-linear-gradient(bottom, #d8f2fc, #fff, #d8f2fc);
    background: -moz-linear-gradient(bottom, #d8f2fc, #fff, #d8f2fc);
    background: linear-gradient(to bottom, #d8f2fc, #fff, #d8f2fc);
    border: 0.05rem solid #afd7f1;
    border-bottom: 0;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.proTypeNav .l_Title .box {
    display: inline-block;
    letter-spacing: 1px;
}

.proTypeNav .l_Title .s_1 {
    font-size: 24px;
    font-weight: bold;
    color: #ffd3a8;
}

.proTypeNav .l_Title .s_2 {
    font-size: 12px;
    color: #ffd3a8;
    text-transform: uppercase;
    transform: scale(0.82);
    transform-origin: left;
    white-space: nowrap;
    letter-spacing: 0.2px;
}

.proTypeNav .l_Title .en {
    order: 2;
    font-size: 0.48rem;
    text-transform: uppercase;
}

.proTypeNav .l_Title .cn {
    order: 1;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

.leftCall {
    display: none;
}

.leftCall .one {
    font-size: 17px;
    padding-top: 133px;
    line-height: 35px;
    background: url(/template/images/bz.png) no-repeat center top;
    margin-bottom: 18px;
}

.leftCall .two {
    text-indent: 132px;
    padding-top: 21px;
    font-size: 16px;
}

.leftCall .title {
    min-height: 69px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 69px;
}

.leftCall .content {
    padding-top: 28px;
    line-height: 38px;
    padding-left: 48px;
    padding-right: 10px;
}

.leftCall .three {
    padding-left: 40px;
    background: url(/template/images/telIco.png) no-repeat center left;
    line-height: 150%;
    background-position-x: 3px;
}

.leftCall .three img {
    border: 1px solid #ccc;
}

.leftCall .three .txt {
    line-height: 150%;
    padding-top: 5px;
}

.leftCall .sTitle {
    background: url(/template/images/lcall.png) no-repeat center top;
    min-height: 43px;
    border: 1px solid #b4daf2;
    font-size: 23px;
    font-weight: bold;
    color: #283a5b;
    text-align: center;
    padding-top: 60px;
}

.leftCall .txtBox {
    border: 1px dotted #ccc;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 8px;
    padding-top: 18px;
    padding-bottom: 13px;
}

.leftCall .one .s1 {
    margin-bottom: 8px;
    padding-top: 11px;
}

.leftCall .one .s2 {
}

.leftCall .one .s1 a {
    border: 1px solid #eb2d1c;
    color: #eb2d1c;
}

.leftCall .one .s2 a {
    border: 1px solid #0177ea;
    color: #0177ea;
}

.leftCall .one a {
    display: block;
    border-radius: 100px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.leftCall .three .s1 {
    font-size: 17px;
}

.leftCall .three .s2 {
    font-size: 23px;
    font-weight: bold;
}

.proTypeNav .content .bigNav:last-child a {
    color: #0856b7;
}

.proTypeNav .content .bigNav:hover a,.proTypeNav .content .curHover a {
    color: #0856b7;
    font-weight: bold;
}

.proShow .right .line_1 .sub_right .two table tr {
    /* margin-bottom: 15px !important; */
    /* display: inline-table !important; */
}

.proShow .right .line_1 .dl_1 .sub_right .three strong {
    color: #0856b7;
    font-size: 0.9rem;
    vertical-align: bottom;
    position: relative;
    top: 0.1rem;
}

.proShow .right .line_1 .dl_1 .sub_right .six {
    line-height: 1.8rem;
    font-weight: bold;
    text-align: center;
}

.proShow .right .line_1 .dl_1 .sub_right .six a {
    display: inline-block;
    width: 100%;
    max-width: 48%;
    border-radius: 0.3rem;
}

.proShow .right .line_1 .dl_1 .sub_right .six a:first-child {
    background: url(/template/images/ps_02.png) no-repeat center top;
    background-size: 110% 100%;
    color: #fff;
    max-width: 50%;
}

.proShow .right .line_1 .dl_1 .sub_right .six a:last-child {
    color: #21509f;
    border: 0.05rem solid #21509f;
    line-height: 1.7rem;
}

.proShow .right .proTitle .subBox div {
    display: inline-block;
}

.proShow .right .proTitle .subBox {
    background: url(/template/images/proTitle_01.png) no-repeat center left;
    background-size: 1.3rem auto !important;
}

.proShow .right .line_6 {
}

.proShow .right .line_5 {
}

.proShow .right .line_9 {
}

.proShow .right .line_4 {
}

.proShow .right .line_6 .proTitle {
}

.proShow .right .line_6 .proTitle .subBox {
    background: url(/template/images/proTitle_02.png) no-repeat center left;
}

.proShow .right .line_5 .proTitle .subBox {
    background: url(/template/images/proTitle_03.png) no-repeat center left;
}

.proShow .right .line_9 .proTitle .subBox {
    background: url(/template/images/proTitle_04.png) no-repeat center left;
}

.proShow .right .line_9 .proContent p {
    background: url(/template/images/bot2.png) no-repeat center left !important;
    background-size: 0.2rem auto !important;
    background-position-y: 0.7rem !important;
    padding-left: 3% !important;
}

.proShow .right .line_9 .proContent table p {
    background: none !important;
    padding: 0 !important;
}

.proShow .right .line_9 .proContent {
    padding-bottom: 0.5rem;
}

.proShow .right .line_9 .proContent table, .proShow .right .line_9 .proContent td {
    border: 0 !important;
}

.proShow .right .line_9 .proContent table {
}

.t_search .left {
    display: none;
}

.t_search .left .pageDH {
    font-size: 13px;
    padding-left: 25px;
    background: url(/template/images/ico.png) no-repeat center left;
}

#videoShow {
    min-height: 8rem;
    background: url(/template/images/dengdai.gif) no-repeat center;
    background-color: #333;
    width: 100%;
    max-width: 100%;
}

.new .center .content .ul_1.clear .left .two a {
    display: block;
    width: 832px;
    height: 308px;
    overflow: hidden;
}

.noPro {
    padding: 0 3%;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 200%;
}

.noPro .line_1 {
    padding-bottom: 1rem;
}

.noPro .line_2 {
    color: #19417f;
}

.page404 {
    padding: 1rem 5%;
    min-height: 13rem;
    background: url(/template/images/404.jpg) no-repeat center top;
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 200%;
    background-size: auto 100%;
}

.page404 .sBox {
    padding: 0 5%;
}

.page404 .line_1 {
    padding-bottom: 1rem;
}

.page404 .line_2 {
    color: #19417f;
}

.t_logo .ul_1 .l_1 .menunavbtn {
    position: absolute;
    width: 60%;
    max-width: 9%;
    padding: 0.2rem 0.3rem;
    top: 0.1rem;
    right: 0;
}

.t_search .right {
    text-align: left;
    border: 0.05rem solid #05589d;
    border-radius: 10rem;
    overflow: hidden;
    background: #fff;
    margin: 0 0.5%;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 98%;
    height: 1.8rem;
}

.t_search .right .txtBox {
    display: none;
}

.t_nav {
    width: 80%;
    max-width: 45%;
    position: absolute;
    right: 0;
    z-index: 900;
    top: 2.5rem;
    background: #fff;
    -moz-box-shadow: 2px 2px 8px #ccc;
    -webkit-box-shadow: 2px 2px 8px #ccc;
    box-shadow: 2px 2px 8px #ccc;
}

.t_nav .navBox {
}

.t_nav a {
    text-decoration: none;
    display: block;
    line-height: 120%;
    font-size: 0.65rem;
    margin: 0 auto;
    text-indent: 1.2rem;
    padding: 0 0.5rem;
    color: #333 !important;
    background: none !important;
    font-weight: normal !important;
}

.t_nav a span {
    display: block;
}

.t_nav .close_bt {
    width: 1.2rem;
    max-width: 1.2rem;
    margin-left: auto;
    padding: 0.5rem;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
}

.t_nav a .en {
    font-size: 0.3rem;
    text-transform: uppercase;
    color: #333 !important;
}

.t_nav a .sBox {
    background: url(/template/images/navIcoH.png) no-repeat center left;
    background-size: 0.6rem auto;
    background-position-x: 0.1rem;
    border-bottom: 0.05rem dotted #ccc;
    text-indent: 1.15rem;
    padding: 0.39rem 0;
    background-position-y: 0.65rem;
    padding-bottom: 0.23rem;
}

.t_nav a:hover {
    background: #0457b6 !important;
    background: -webkit-linear-gradient(top, #0084ff, #054ea9) !important;
    background: -o-linear-gradient(bottom, #0084ff, #054ea9) !important;
    background: -moz-linear-gradient(bottom, #0084ff, #054ea9) !important;
    background: linear-gradient(to bottom, #0084ff, #054ea9) !important;
    color: #fff !important;
}

.t_nav a:hover .sBox {
    background: url(/template/images/icoH_02.png) no-repeat center left;
    background-size: 0.6rem auto;
    background-position-x: 0.1rem;
    background-position-y: 0.6rem;
}

.t_nav a:hover .cn {
    font-weight: bold;
}

.t_nav a .cn {
    font-size: 0.7rem;
}

.t_nav a:hover .en {
    color: #fff !important;
}

.t_search .t_searchUL {
    width: 100%;
    max-width: 100%;
    background-size: 98% auto;
    padding-bottom: 0.5rem;
    padding: 0.35rem 0;
    background-color: #fff;
    border-bottom: 0.05rem solid #ccc;
}

/*======== Star 客服 =======*/
.keFu {
    display: inline-block;
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: url(/template/images/kf.jpg) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 0.3rem;
}

.keFu a {
    /* width: 80%; */
    /* max-width: 20%; */
    float: left;
    text-decoration: none;
    color: #fff;
    font-size: 0.6rem;
    text-align: center;
    padding: 0.5rem 0.237rem;
    line-height: 130%;
    padding-top: 0.6rem;
}

/*
.keFu a:hover {
  background: #ffa030;
}
*/
.keFu a img {
    margin: 0 auto;
    vertical-align: middle;
    height: 1.2rem;
}

.keFu a span {
    display: block;
}

.keFu a .cn {
    font-weight: bold;
    font-size: 0.75rem;
}

.keFu a .en {
    text-transform: uppercase;
    font-size: 0.35rem;
}

.navBox {
    border-top: 0.05rem solid #ddd;
}


.navBox ul {
}

.navBox ul li {
    float: left;
    text-align: center;
    width: 35%;
    max-width: 25%;
    /* background: url(/pc/images/line11.png) no-repeat center left; */
}

.navBox ul a {
    float: left;
    width: 100%;
    max-width: 100%;
    color: #000;
    font-size: 0.65rem;
    font-weight: bold;
    padding: 0.38rem 0;
    line-height: 100%;
}

.navBox ul a span {
    display: block;
}

.navBox ul a img {
    display: block;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
}

.navBox ul a .en {
    font-weight: normal;
    font-size: 0.3rem;
    color: #999;
    text-transform: uppercase;
}

.inBody .t_box {
    box-shadow: none;
    border-bottom: 0.1rem solid #9ab7d1;
}

.inBody {
}

.in_contact .line_2 .subBox {
    background: #f7f7f7;
    width: 70%;
    max-width: 70%;
    margin-top: 0.2rem;
    padding-bottom: 0.35rem;
    float: right;
}

.in_contact .line_2 .subBox li {
    width: 50%;
    max-width: 46%;
    float: left;
    padding: 0 2%;
    padding-top: 2.5rem;
    line-height: 150%;
}

.in_contact .line_3 #dituContent {
    width: 100% !important;
    max-width: 100% !important;
    height: 10rem !important;
}

.in_contact .line_2 .subBox li:nth-child(1) {
    background: url(/template/images/wap_ico2_01.png) no-repeat center;
    background-size: 30% auto;
    background-position-y: 0.5rem;
}

.in_contact .line_2 .subBox li:nth-child(2) {
    background: url(/template/images/wap_ico2_02.png) no-repeat center;
    background-size: 30% auto;
    background-position-y: 0.5rem;
}

.in_contact .line_2 .subBox li:nth-child(3) {
    width: 50%;
    max-width: 50%;
    padding: 0 0%;
    padding-top: 2.5rem;
    background: url(/template/images/wap_ico2_03.png) no-repeat center;
    background-size: 30% auto;
    background-position-y: 0.5rem;
}

.in_contact .line_2 .subBox li:nth-child(4) {
    background: url(/template/images/wap_ico2_04.png) no-repeat center;
    background-size: 30% auto;
    background-position-y: 0.5rem;
}

.f_feedback .right .sub_2 .s_1 {
    padding: 0.68rem 0;
    padding-top: 0.5rem;
}

.f_feedback .bt_2, .f_feedback .right .sub_2 .s_2 input[type="reset"] {
    float: right;
    background: url(/template/images/fb_bt_02.png) no-repeat;
    background-size: 100% 100%;
}

.about .content .ul_1 {
    margin: 0 2.5%;
    width: 95%;
    max-width: 95%;
}

.about .content .right {
}

.about .content .right .one {
}

.about .content .right .one iframe,.about .content .right .one video,.about .content .right .one object,.about .content .right .one embed {
    width: 100%;
    max-width: 100%;
    height: 8rem;
}

.in_about .line_2 .shareTitle2 {
    background: url(/template/images/t11.png) no-repeat center top !important;
    background-size: 83% auto !important;
    min-height: 2rem !important;
    line-height: 200%;
    padding-top: 0;
}

.in_about .line_2 .shareTitle2 .one {
    padding-top: 0 !important;
}

.in_about .line_2 .content .ul_1 li:nth-child(1) {
    background: url(/template/images/wap_ico_01.png) no-repeat center left;
    background-size: 2.5rem auto;
}

.in_about .line_2 .content .ul_1 li:nth-child(2) {
    background: url(/template/images/wap_ico_02.png) no-repeat center left;
    background-size: 2.5rem auto;
}

.in_about .line_2 .content .ul_1 li:nth-child(3) {
    background: url(/template/images/wap_ico_03.png) no-repeat center left;
    background-size: 2.5rem auto;
}

.in_about .line_2 .content .ul_1 li:nth-child(4) {
    background: url(/template/images/wap_ico_04.png) no-repeat center left;
    background-size: 2.5rem auto;
}

.in_about .line_3 {
    padding: 0 !important;
    padding-top: 1rem !important;
}

.in_about .line_3 .center {
    width: 100% !important;
    max-width: 100% !important;
}

.in_about .line_3 .shareTitle2 {
    background: url(/template/images/t12.png) no-repeat center top !important;
    background-size: 83% auto !important;
    min-height: 2rem !important;
    padding-top: 0;
}

.navBox ul li:first-child {
    width: 35%;
    max-width: 18%;
}

.navBox ul li:nth-child(5) {
    width: 35%;
    max-width: 23%;
}

.navBox ul li:nth-child(7) {
    width: 50%;
    max-width: 36%;
}

.navBox ul li:nth-child(8) {
    width: 35%;
    max-width: 23%;
}

.navBox ul li .sBox {
    display: block;
    border-right: 0.05rem dotted #ccc;
}

.navBox ul a .cn {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.navBox ul li:nth-child(8) a .sBox {
    border: 0;
}

.navBox ul li:nth-child(2), .navBox ul li:nth-child(3), .navBox ul li:nth-child(4), .navBox ul li:nth-child(6) {
    display: none;
}

.pro .content .line_1 .dl_1 .sub_right a:nth-child(3), .pro .content .line_1 .dl_1 .sub_right a:nth-child(6), .pro .content .line_1 .dl_1 .sub_right a:nth-child(9), .pro .content .line_1 .dl_1 .sub_right a:nth-child(12), .pro .content .line_1 .dl_1 .sub_right a:nth-child(15), .pro .content .line_1 .dl_1 .sub_right a:nth-child(18), .pro .content .line_1 .dl_1 .sub_right a:nth-child(21), .pro .content .line_1 .dl_1 .sub_right a:nth-child(24), .pro .content .line_1 .dl_1 .sub_right a:nth-child(27), .pro .content .line_1 .dl_1 .sub_right a:nth-child(30), .pro .content .line_1 .dl_1 .sub_right a:nth-child(33), .pro .content .line_1 .dl_1 .sub_right a:nth-child(36), .pro .content .line_1 .dl_1 .sub_right a:nth-child(39) {
    background: none;
}

.pro .content .line_2 .item:nth-child(2), .pro .content .line_2 .item:nth-child(4), .pro .content .line_2 .item:nth-child(6), .pro .content .line_2 .item:nth-child(8), .pro .content .line_2 .item:nth-child(10), .pro .content .line_2 .item:nth-child(12), .pro .content .line_2 .item:nth-child(14), .pro .content .line_2 .item:nth-child(16), .pro .content .line_2 .item:nth-child(18), .pro .content .line_2 .item:nth-child(20) {
    margin-right: 0;
}

.indexBody {
}

.indexBody .about {
    padding-bottom: 1rem;
}

.indexBody .about .content {
}

.indexBody .about .content .ul_1 {
    display: grid;
    grid-template-columns: 100%;
}

.indexBody .about .content .ul_1 .right {
    order: 1;
}

.indexBody .about .content .ul_1 .left {
    order: 2;
    padding-top: 0.8rem;
    padding-bottom: 2rem;
}

.indexBody .about .content .left .three {
    display: block;
    position: relative;
}

.f_feedback .right .sub_2 .s_1 .picBox {
    position: absolute;
    width: 6.3rem;
    top: 0;
    right: 0;
}

.f_feedback .right .sub_2 .s_1 .picBox img {
}

.f_contact .ul_1 .l_1 .one .address {
    font-size: 0.55rem;
}

.f_contact .ul_1 .l_2 .sTxt {
}

.f_contact .ul_1 .l_2 .sTxt p:last-child {
    display: none;
}

.f_contact .ul_1 .l_3,.f_contact .ul_1 .l_5 {
    margin-right: 0;
}

.f_contact .ul_1 .l_5 img {
    width: 100%;
    max-width: 55%;
    border: 0.05rem dotted #339bfa;
}

.f_contact .ul_1 .l_5 .txt {
    line-height: 1.5rem;
}

.f_contact .ul_1 .l_5 .dl_3 {
    font-size: 0.55rem;
}

.f_contact .ul_1 .l_5 .dl_3 dd {
    display: inline-block;
    font-weight: bold;
    background: rgba(192,242,255,0.32);
    padding: 0.3rem 0.45rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0.15rem;
    border-radius: 0.3rem;
    color: #000;
    vertical-align: middle;
    border: 0.05rem solid #aad0e9;
}

.in_pro .shareTitle2 {
    background: url(/template/images/txt_04.png) no-repeat center top;
    background-size: 69% auto;
}

.in_pro .shareTitle2 .one {
    padding: 0;
    background: url(/template/images/txt_02.png) no-repeat center left;
    background-size: 0.68rem auto;
    display: inline-block;
    padding-left: 1rem;
    margin-bottom: 0.35rem;
}

.in_pro .shareTitle2 .two {
    color: #fff;
    background: url(/template/images/txt_05.png) no-repeat center top;
    background-size: auto 100%;
    line-height: 1.1rem;
}

.proTypeNav .l_Title .sBox {
    display: inline-block;
    text-align: left;
    color: #02215B;
    padding-left: 1.38rem;
    background: url(/template/images/ping.png) no-repeat center left;
    background-size: 0.9rem auto;
    display: grid;
    grid-template-columns: 100%;
    width: 100%;
    max-width: 38%;
    margin-left: 32%;
}

.in_pro .mainBox {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
    padding-top: 1.3rem;
}

.proTypeNav .content li:nth-child(3),.proTypeNav .content li:nth-child(6),.proTypeNav .content li:nth-child(9),.proTypeNav .content li:nth-child(12),.proTypeNav .content li:nth-child(15),.proTypeNav .content li:nth-child(18),.proTypeNav .content li:nth-child(21),.proTypeNav .content li:nth-child(24),.proTypeNav .content li:nth-child(27),.proTypeNav .content li:nth-child(30),.proTypeNav .content li:nth-child(33),.proTypeNav .content li:nth-child(36),.proTypeNav .content li:nth-child(39),.proTypeNav .content li:nth-child(42),.proTypeNav .content li:nth-child(45),.proTypeNav .content li:nth-child(48),.proTypeNav .content li:nth-child(51),.proTypeNav .content li:nth-child(54),.proTypeNav .content li:nth-child(57),.proTypeNav .content li:nth-child(60),.proTypeNav .content li:nth-child(63) {
    background: none;
}

.in_pro .chengJiao {
    display: none;
}

.proShow .shareTitle2 {
    background: url(/template/images/txt_04.png) no-repeat center top;
    background-size: 69% auto;
}

.proShow .shareTitle2 .one {
    padding: 0;
    background: url(/template/images/txt_02.png) no-repeat center left;
    background-size: 0.68rem auto;
    display: inline-block;
    padding-left: 1rem;
    margin-bottom: 0.35rem;
}

.proShow .shareTitle2 .two {
    color: #fff;
    background: url(/template/images/txt_05.png) no-repeat center top;
    background-size: auto 100%;
    line-height: 1.1rem;
}

.proShow .right .subTitle {
    padding: 0.5rem 0;
    text-align: center;
    background: #d8f2fc;
    background: -webkit-linear-gradient(top, #d8f2fc, #fff, #d8f2fc);
    background: -o-linear-gradient(bottom, #d8f2fc, #fff, #d8f2fc);
    background: -moz-linear-gradient(bottom, #d8f2fc, #fff, #d8f2fc);
    background: linear-gradient(to bottom, #d8f2fc, #fff, #d8f2fc);
    border: 0.05rem solid #afd7f1;
    border-bottom: 0;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.proShow .right .subTitle .sBox {
    display: inline-block;
    text-align: left;
    color: #02215B;
    padding-left: 1.38rem;
    background: url(/template/images/ping.png) no-repeat center left;
    background-size: 0.9rem auto;
}

.proShow .right .subTitle .sBox .cn {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

.proShow .right .subTitle .sBox .en {
    font-size: 0.48rem;
    text-transform: uppercase;
}

.proShow .right .line_1 .sub_right .two table td {
    height: auto !important;
    width: auto !important;
}

.chengJiao .content .dl_2 .sub_right li .l_2 {
}

.proShow .right .proContent {
}

.proShow .right .proTitle .two span {
    display: none;
}

.chengJiao .content .dl_2 .sub_right .scrollWen .tempWrap {
    height: 7rem !important;
}

.chengJiao .content .dl_2 .sub_right .scrollWen .tempWrap li {
    height: 4.5rem !important;
}

.in_about .line_3 .content {
    padding-top: 1rem !important;
    font-size: 0.65rem;
    padding-top: 0.5rem !important;
}

.in_about .line_3 .content .aboutScroll {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.in_about .line_3 .content .aboutScroll .picList {
}

.in_about .line_3 .content .aboutScroll .picList li {
    width: 48%;
    max-width: 48%;
    margin-left: 1.3%;
    float: left;
    text-align: center;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}

.in_about .line_3 .content .aboutScroll .picList li img {
    height: 5.5rem;
}

.searchBody {
}

.searchBody .in_pro .left {
    display: none;
}

.searchBody .in_pro .right {
    padding: 0;
}

.in_pro .right .pListBox {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.in_new .mainBox {
    padding-top: 1rem;
}

.newType .l_Title {
    display: none;
}

.newType .content .subBox {
    border: 0;
}

.newType .content {
    border: 0;
    box-shadow: none;
    border-radius: unset;
}

.newType {
}

.newType .content .subBox .smallType {
    display: none;
}

.newType .content li {
    width: 100%;
    max-width: 48%;
    margin-left: 1%;
    line-height: 2rem;
    text-align: left;
    background: url(/template/images/bigNavBj.png) repeat-x !important;
    background-size: 100% 100% !important;
    border: 0.05rem solid #b4daf2;
    border-radius: 0.3rem;
    margin-bottom: 0.3rem;
}

.newType .content .subBox li:last-child {
    display: none;
}

.newType .two li a {
    display: block;
    padding-left: 18%;
}

.newType .content li.li_1 a {
    background: url(/uploadfile/ico5H_02.png) no-repeat center left !important;
    background-size: 0.68rem auto !important;
    background-position-x: 0.38rem !important;
}

.newType .content li.li_2 a {
    background: url(/uploadfile/ico5H_03.png) no-repeat center left !important;
    background-size: 0.68rem auto !important;
    background-position-x: 0.38rem !important;
}

.newType .content li.li_3 a {
    background: url(/uploadfile/ico5H_03.png) no-repeat center left !important;
    background-size: 0.68rem auto !important;
    background-position-x: 0.38rem !important;
}

.shareList .sBox .dl_3 dd {
    float: left;
}

.in_new .chengJiao {
    display: none;
}

.newType .two li a:hover,.newType .two li a.curHover {
    color: #0856b7;
    font-weight: bold;
}

.newShow .mainBox {
    padding-top: 1rem;
}

.newShow .right .one {
    font-weight: bold;
    font-size: 1rem;
    color: #000;
    text-align: center;
    padding: 0.4rem 0;
}

.newShow .right .one h3 {
    font-size: 1rem;
}

.newShow .right .two {
    padding: 0.3rem 0;
    line-height: 1rem;
    font-size: 0.6rem;
    padding-top: 0.2rem;
    color: #888;
    border-bottom: 0.05rem dashed #ccc;
    text-align: center;
}

.newShow .right .three {
    text-align: justify;
}

.xg_pro .r_list li:nth-child(3), .xg_pro .r_list li:nth-child(4) {
    display: none;
}

.newShow .right .two span:first-child {
    padding-right: 6%;
}

.newShow .right .two span:last-child {
    display: block;
}

.otherTag {
    line-height: 180%;
    font-size: 0.65rem;
    margin-left: 1%;
    width: 100%;
    max-width: 98%;
    color: #000;
    padding-top: 1rem;
}

.otherTag span {
    font-weight: bold;
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.75rem;
}

.otherTag a {
    display: inline-block;
    border: 0.05rem solid #ccc;
    border-radius: 3rem;
    padding: 0 0.35rem;
    margin-right: 0.1rem;
    margin-bottom: 0.3rem;
}

.otherTag a:hover {
    border: 0.05rem solid #a51414;
    color: #a51414;
}

.otherTag {
    line-height: 180%;
    font-size: 0.65rem;
    margin-left: 1%;
    width: 100%;
    max-width: 98%;
    color: #000;
}

.otherTag span {
    font-weight: bold;
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.75rem;
}

.otherTag a {
    display: inline-block;
    border: 0.05rem solid #ccc;
    border-radius: 3rem;
    padding: 0 0.35rem;
    margin-right: 0.1rem;
    margin-bottom: 0.3rem;
}

.otherTag a:hover {
    border: 0.05rem solid #a51414;
    color: #a51414;
}

.ad .shareTitle {
    padding-top: 0.65rem;
    background: url(/template/images/txt_01.png) no-repeat center top;
    background-size: 80% auto;
}

.in_new .shareTitle2, .newShow .shareTitle2 {
    padding-top: 0.5rem;
    background: url(/template/images/txt_09.png) no-repeat center top;
    background-size: 80% auto;
}

.ad .shareTitle .one {
    background: url(/template/images/txt_02.png) no-repeat center left;
    background-size: 0.68rem auto;
    display: inline-block;
    padding-left: 1rem;
}

.ad .shareTitle .three {
    line-height: 1.05rem;
    background: url(/template/images/txt_03.png) no-repeat center top;
    background-size: auto 100%;
}

.proShow .mainBox {
    padding-top: 1.3rem;
}

.in_new .shareTitle2 .one, .newShow .shareTitle2 .one {
    background: url(/template/images/txt_02.png) no-repeat center left;
    background-size: 0.68rem auto;
    display: inline-block;
    padding-left: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0.1rem;
}

.in_contact .line_5 {
}

.in_contact .line_5 .bigTitle {
    font-size: 1rem;
    text-align: center;
    padding-top: 0.8rem;
    text-indent: 0.5rem;
    background: url(/template/images/call_01.png) no-repeat center top;
    background-size: 45% auto;
    letter-spacing: 0.1rem;
    margin-bottom: 0.8rem;
}

.in_contact .line_5 .ul_2 {
    background: #f8fafb;
}

.in_contact .line_5 .ul_2 .sub_left {
    display: none;
}

.in_contact .line_5 .ul_2 .sub_right {
    width: 100%;
    max-width: 96%;
    margin-left: 2%;
    padding-top: 0.8rem;
}

.in_contact .line_5 .ul_2 .sub_left .picBox {
}

.in_contact .line_5 .ul_2 .sub_left .txt {
    line-height: 45px;
}

.in_contact .line_5 .ul_2 .sub_right .one {
    line-height: 160%;
    background: url(/template/images/callbj_01.png) no-repeat;
    background-size: 41% auto;
    /* background-position-y: 0.3rem; */
}

.in_contact .line_5 .ul_2 .sub_right span {
    font-weight: bold;
    font-size: 0.7rem;
}

.in_contact .line_5 .ul_2 .sub_right .two {
    padding-top: 1.5rem;
    background: url(/template/images/callbj_04.png) no-repeat;
    background-position-y: 0.6rem;
}

.in_contact .line_5 .ul_2 .sub_right .two dd {
    width: 100%;
    max-width: 63%;
    margin: 0 auto;
    padding-bottom: 1.1rem;
}

.in_contact .line_5 .ul_2 .sub_right .two dd .sTitle {
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-align: center;
    padding-top: 3rem;
    background: url(/template/images/callbj_07.png) no-repeat center top;
    background-size: 25% auto;
}

.in_contact .line_5 .ul_2 .sub_right .two dd .sTxt {
    padding-left: 1.2rem;
    line-height: 1.5rem;
    background: url(/template/images/callbj_17.png) no-repeat;
    background-size: 0.75rem auto;
    background-position-y: 0.25rem;
}

.in_contact .line_5 .ul_2 .sub_right .two dd .sTxt p,.in_contact .line_5 .ul_2 .sub_right .two dd .sTxt span {
    font-size: 0.7rem !important;
    margin: 0 !important;
}

.in_contact .line_5 .ul_2 .sub_right .three {
    font-size: 0.7rem;
    margin-bottom: 1rem;
    padding-left: 11%;
    line-height: 1.5rem;
    background: url(/template/images/callbj_22.png) no-repeat center left;
    background-size: 0.75rem auto;
    background-position-x: 4%;
}

.in_contact .line_5 .bigTitle span {
    color: #0468c6;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0468c6), to(#283a5b));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.in_contact .line_5 .ul_2 .sub_left .picBox img {
    border: 1px dotted #0856b7;
    vertical-align: middle;
}

.f_contact .ul_1 li:last-child img {
    border: 1px dotted #0856b7;
}

.in_contact .line_5 .ul_2 .sub_right .one .s_right {
    font-size: 0.6rem;
    text-align: justify;
    color: #666;
    line-height: 150%;
}

.in_contact .line_5 .ul_2 .sub_right .two dd:nth-child(1) {
}

.in_contact .line_5 .ul_2 .sub_right .two dd .sTxt p:nth-child(5) {
    display: none;
}

.in_contact .line_5 .ul_2 .sub_right .two dd:nth-child(2) {
}

.in_contact .line_5 .ul_2 .sub_right .two dd:nth-child(3) {
}

.in_contact .line_5 .ul_2 .sub_right .two dd:nth-child(2) .sTitle {
}

.in_contact .line_5 .ul_2 .sub_right .two dd:nth-child(3) .sTitle {
    background: url(/template/images/callbj_09.png) no-repeat center top;
    background-size: 25% auto;
}

.in_contact .line_5 .ul_2 .sub_right .one .dl_3 {
    width: 100%;
    max-width: 57%;
    margin-left: 43%;
}

.in_contact .line_5 .ul_2 .sub_right .one .s_left {
    padding-bottom: 0.1rem;
}

.jhList {
    padding-bottom: 1rem;
}

.jhList .left {
    padding-bottom: 1.8rem;
}

.jhList .right {
}

.jhlistBox {
}

.jhlistBox .item {
    width: 100%;
    max-width: 96%;
    margin-left: 1%;
    -moz-box-shadow: 1px 2px 3px #ccc;
    -webkit-box-shadow: 1px 2px 3px #ccc;
    box-shadow: 1px 1px 5px #ccc;
    padding: 0.2rem 1%;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.jhlistBox .item .sub_left {
    width: 100%;
    max-width: 38%;
    float: left;
}

.jhlistBox .item .sub_right {
    width: 100%;
    max-width: 58%;
    float: right;
}

.jhlistBox .item .sub_left a {
}

.jhlistBox .item .sub_left img {
    width: 100%;
    max-width: 100%;
    height: 5.8rem;
}

.jhlistBox .item .sub_right .one {
    padding-bottom: 0.2rem;
    font-size: 0.8rem;
}

.jhlistBox .item .sub_right .two {
    font-size: 0.55rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 160%;
}

.jhlistBox .item .sub_right .one a {
}

.sjTag {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.sjTag .left_Title {
    color: #fff;
    padding: 0.6rem 0.5rem;
    background: #d88e00;
    background: -webkit-linear-gradient(bottom, #d88e00, #f1b33d);
    background: -o-linear-gradient(top, #d88e00, #f1b33d);
    background: -moz-linear-gradient(top, #d88e00, #f1b33d);
    background: linear-gradient(to top, #d88e00, #f1b33d);
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    display: block;
}

.sjTag .left_Title .cn {
    font-size: 0.9rem;
}

.sjTag .left_Title .en {
}

.sjTag .sContent {
    border: 0.05rem solid #f3d28b;
    font-size: 0.7rem;
    background: url(/template/images/pl_6.png) no-repeat center bottom;
    background-size: 100% auto;
    display: inline-block;
    width: 100%;
    max-width: 99.5%;
}

.sjTag .sContent a {
    line-height: 2.3rem;
    text-align: center;
    width: 50%;
    border-bottom: 0.05rem dashed #f3d28b;
    float: left;
}

.sjTag .left_Title div {
    display: inline-block;
}

.sjTag .sContent a:hover {
    color: #e20000;
}

.showTitle {
    line-height: 2rem;
    color: #fff;
    border-left: 0;
    border-right: 0;
    border-top: 0.1rem solid #eee;
    font-size: 0.7rem;
    margin-bottom: 0.8rem;
    background: #ad0008;
    background: -webkit-linear-gradient(bottom, #b9171f, #ff7b0a);
    background: -o-linear-gradient(top, #b9171f, #ff7b0a);
    background: -moz-linear-gradient(top, #b9171f, #ff7b0a);
    background: linear-gradient(to top, #b9171f, #ff7b0a);
}

.showTitle .dl_2 a {
    color: #fff;
}

.showTitle .dl_2 .sub_left a {
    font-weight: bold;
}

.showTitle .dl_2 .sub_left a.cStyle {
    color: #fed823;
}

.showTitle .sub_left {
    float: left;
}

.showTitle .dl_2 .sub_left h1, .showTitle .dl_2 .sub_left h2, .showTitle .dl_2 .sub_left p {
    margin: 0;
    padding: 0;
    font-size: 0.75rem;
    font-weight: bold;
    display: inline-block;
}

.showTitle .dl_2 .sub_right a {
    display: inline-block;
    color: #fff;
    padding-right: 1rem;
    background: url(/template/images/wap_ico6.png) no-repeat center right;
    background-size: 0.8rem auto;
    font-size: 0.6rem;
}

.showTitle .sub_right {
    float: right;
}

.showTitle .dl_2 {
    margin: 0 2.5%;
    width: 95%;
    max-width: 95%;
}
